Home
last modified time | relevance | path

Searched defs:A (Results 1 – 6 of 6) sorted by relevance

/security/apparmor/include/
A Daf_unix.h20 #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 Dpolicy.h267 #define name_is_shared(A, B) ((A)->hname && (A)->hname == (B)->hname) argument
A Dlabel.h186 #define label_for_each_in_merge(I, A, B, P) \ argument
/security/keys/
A Dkeyring.c1216 static int keyring_detect_cycle(struct key *A, struct key *B) in keyring_detect_cycle()
/security/smack/
A Dsmack_lsm.c72 #define A(s) {"smack"#s, sizeof("smack"#s) - 1, Opt_##s} macro
/security/selinux/
A Dhooks.c400 #define A(s, has_arg) {#s, sizeof(#s) - 1, Opt_##s, has_arg} macro

Completed in 34 milliseconds