Home
last modified time | relevance | path

Searched refs:AUDIT_SYSCALL_EXIT (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/dev/i386/
H A Dsystemcalls.c198 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall()
395 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall64()
514 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall_return()
570 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall_return()
/xnu-8019.80.24/bsd/security/audit/
H A Daudit.h354 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ macro
406 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ macro
/xnu-8019.80.24/bsd/dev/arm/
H A Dsystemcalls.c188 AUDIT_SYSCALL_EXIT(code, proc, uthread, error); in unix_syscall()
271 AUDIT_SYSCALL_EXIT(code, proc, uthread, error); in unix_syscall_return()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c1120 AUDIT_SYSCALL_EXIT(SYS_exit, p, ut, 0); /* Exit is always successfull */ in exit_with_reason()