Home
last modified time | relevance | path

Searched refs:audit_mach_syscall_exit (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/security/audit/
H A Daudit.h173 void audit_mach_syscall_exit(int retval, struct uthread *uthread);
383 audit_mach_syscall_exit(retval, __uthread); \
H A Daudit.c879 audit_mach_syscall_exit(int retval, struct uthread *uthread) in audit_mach_syscall_exit() function