Searched refs:audit_syscall_exit (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.h165 * The parameter list of audit_syscall_exit() was modified to also take the
168 void audit_syscall_exit(unsigned int code, int error,
171 void audit_syscall_exit(int error, struct proc *proc,
339 * Wrap the audit_syscall_exit() function so that it is called only when
345 audit_syscall_exit(code, error, proc, uthread); \
H A Daudit.c658 * audit_syscall_exit() is called from the return of every system call, or in
662 * Note: The audit_syscall_exit() parameter list was modified to support
667 audit_syscall_exit(unsigned int code, int error, __unused proc_t proc, function
671 audit_syscall_exit(int error, __unsed proc_t proc, struct uthread *uthread)

Completed in 68 milliseconds