Searched refs:AUDIT_SYSCALLS (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/security/audit/
H A Daudit.h307 #define AUDIT_SYSCALLS() __builtin_expect(audit_syscalls, 0) macro
314 #define AUDIT_SYSCALLS() (audit_syscalls) macro
325 if (AUDIT_SYSCALLS()) { \
359 if (AUDIT_SYSCALLS()) { \
371 if (AUDIT_SYSCALLS()) { \

Completed in 19 milliseconds