Searched refs:showflag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/keys/ |
H A D | proc.c | 222 #define showflag(FLAGS, LETTER, FLAG) \ in proc_keys_show() macro 229 showflag(flags, 'R', KEY_FLAG_REVOKED), in proc_keys_show() 230 showflag(flags, 'D', KEY_FLAG_DEAD), in proc_keys_show() 231 showflag(flags, 'Q', KEY_FLAG_IN_QUOTA), in proc_keys_show() 232 showflag(flags, 'U', KEY_FLAG_USER_CONSTRUCT), in proc_keys_show() 234 showflag(flags, 'i', KEY_FLAG_INVALIDATED), in proc_keys_show() 242 #undef showflag in proc_keys_show() macro
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | proc.c | 222 #define showflag(FLAGS, LETTER, FLAG) \ in proc_keys_show() macro 229 showflag(flags, 'R', KEY_FLAG_REVOKED), in proc_keys_show() 230 showflag(flags, 'D', KEY_FLAG_DEAD), in proc_keys_show() 231 showflag(flags, 'Q', KEY_FLAG_IN_QUOTA), in proc_keys_show() 232 showflag(flags, 'U', KEY_FLAG_USER_CONSTRUCT), in proc_keys_show() 234 showflag(flags, 'i', KEY_FLAG_INVALIDATED), in proc_keys_show() 242 #undef showflag in proc_keys_show() macro
|
Completed in 2 milliseconds