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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.h70 extern int audit_syscalls;
307 #define AUDIT_SYSCALLS() __builtin_expect(audit_syscalls, 0)
308 #define AUDIT_ENABLED() __builtin_expect(audit_syscalls && \
314 #define AUDIT_SYSCALLS() (audit_syscalls)
315 #define AUDIT_ENABLED() (audit_syscalls && audit_enabled)
H A Daudit.c102 int audit_syscalls; variable
291 audit_syscalls = 0;
H A Daudit_private.h91 audit_syscalls = 1; \
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles509 bsd/security/audit/audit_syscalls.c standard

Completed in 79 milliseconds