Searched refs:audit_syscall_exit (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/security/audit/ |
| H A D | audit.h | 166 void audit_syscall_exit(unsigned int code, int error, 169 void audit_syscall_exit(int error, struct proc *proc, 356 audit_syscall_exit(code, error, proc, uthread); \
|
| H A D | audit.c | 714 audit_syscall_exit(unsigned int code, int error, __unused proc_t proc, in audit_syscall_exit() function 718 audit_syscall_exit(int error, __unsed proc_t proc, struct uthread *uthread) in audit_syscall_exit()
|