Home
last modified time | relevance | path

Searched refs:audit_mac_syscall_enter (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/security/audit/
H A Daudit_mac.c139 audit_mac_syscall_enter(unsigned short code, proc_t p, struct uthread *uthread, in audit_mac_syscall_enter() function
H A Daudit_private.h469 int audit_mac_syscall_enter(unsigned short code, proc_t p,
H A Daudit.c661 if (audit_mac_syscall_enter(code, proc, uthread, cred, event) == 0) { in audit_syscall_enter()