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