Home
last modified time | relevance | path

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

/xnu-11215.1.10/security/
H A Dmac_audit.c82 mac_system_check_audit(struct ucred *cred, void *record, int length) in mac_system_check_audit() function
349 mac_system_check_audit(__unused struct ucred *cred, __unused void *record, __unused int length) in mac_system_check_audit() function
H A Dmac_framework.h382 int mac_system_check_audit(kauth_cred_t cred, void *record, int length) __result_use_check;
/xnu-11215.1.10/bsd/security/audit/
H A Daudit_syscalls.c245 error = mac_system_check_audit(kauth_cred_get(), rec, uap->length); in audit()