Searched refs:AUE_NULL (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/bsm/
H A Daudit_kevents.h42 * Values marked as AUE_NULL are not required to be audited as per CAPP.
50 #define AUE_NULL 0 macro
628 #define AUE_O_EXECVE AUE_NULL /* Darwin */
629 #define AUE_O_SBREAK AUE_NULL /* Darwin */
630 #define AUE_O_LSEEK AUE_NULL /* Darwin */
631 #define AUE_O_MOUNT AUE_NULL /* Darwin */
632 #define AUE_O_UMOUNT AUE_NULL /* Darwin */
636 #define AUE_O_GETPAGESIZE AUE_NULL /* Darwin */
637 #define AUE_O_VREAD AUE_NULL /* Darwin */
638 #define AUE_O_VWRITE AUE_NULL /* Darwi
[all...]
/xnu-2782.1.97/bsd/security/audit/
H A Daudit.c617 if (event == AUE_NULL)
731 if (event == AUE_NULL)
H A Daudit_worker.c118 .ar_event = AUE_NULL,
H A Daudit_bsm_klib.c163 if (sys_au_event[i] != AUE_NULL)
H A Daudit_syscalls.c183 uthr->uu_ar = audit_new(AUE_NULL, p, uthr);
H A Daudit_bsm.c1919 case AUE_NULL:

Completed in 89 milliseconds