Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/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-8020.101.4/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-8020.101.4/bsd/kern/ !
H A Dkern_exit.c1143 AUDIT_SYSCALL_EXIT(SYS_exit, p, ut, 0); /* Exit is always successfull */ in exit_with_reason()