Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/dev/i386/
H A Dsystemcalls.c194 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall()
387 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall64()
506 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall_return()
562 AUDIT_SYSCALL_EXIT(code, p, uthread, error); in unix_syscall_return()
/xnu-10063.101.15/bsd/security/audit/
H A Daudit.h351 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ macro
403 #define AUDIT_SYSCALL_EXIT(code, proc, uthread, error) do { \ macro
/xnu-10063.101.15/bsd/dev/arm/
H A Dsystemcalls.c182 AUDIT_SYSCALL_EXIT(code, proc, uthread, error); in unix_syscall()
262 AUDIT_SYSCALL_EXIT(code, proc, uthread, error); in unix_syscall_return()
/xnu-10063.101.15/bsd/kern/
H A Dkern_exit.c1543 AUDIT_SYSCALL_EXIT(SYS_exit, p, ut, 0); /* Exit is always successfull */ in exit_with_reason()