Searched defs:A (Results 1 – 6 of 6) sorted by relevance
| /security/apparmor/include/ |
| A D | af_unix.h | 20 #define unix_addr(A) ((struct sockaddr_un *)(A)) argument 24 #define is_unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) argument 25 #define is_unix_addr_fs(A, L) (!is_unix_addr_anon(A, L) && \ argument
|
| A D | policy.h | 267 #define name_is_shared(A, B) ((A)->hname && (A)->hname == (B)->hname) argument
|
| A D | label.h | 186 #define label_for_each_in_merge(I, A, B, P) \ argument
|
| /security/keys/ |
| A D | keyring.c | 1216 static int keyring_detect_cycle(struct key *A, struct key *B) in keyring_detect_cycle()
|
| /security/smack/ |
| A D | smack_lsm.c | 72 #define A(s) {"smack"#s, sizeof("smack"#s) - 1, Opt_##s} macro
|
| /security/selinux/ |
| A D | hooks.c | 400 #define A(s, has_arg) {#s, sizeof(#s) - 1, Opt_##s, has_arg} macro
|
Completed in 34 milliseconds