Searched refs:AUDIT_SYSCALL_EXIT (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/bsd/dev/i386/ |
| H A D | systemcalls.c | 194 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 D | audit.h | 351 #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 D | systemcalls.c | 182 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 D | kern_exit.c | 1543 AUDIT_SYSCALL_EXIT(SYS_exit, p, ut, 0); /* Exit is always successfull */ in exit_with_reason()
|