Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/bsm/
H A Daudit_kevents.h50 #define AUE_NULL 0 macro
638 #define AUE_O_EXECVE AUE_NULL /* Darwin */
639 #define AUE_O_SBREAK AUE_NULL /* Darwin */
640 #define AUE_O_LSEEK AUE_NULL /* Darwin */
641 #define AUE_O_MOUNT AUE_NULL /* Darwin */
642 #define AUE_O_UMOUNT AUE_NULL /* Darwin */
646 #define AUE_O_GETPAGESIZE AUE_NULL /* Darwin */
647 #define AUE_O_VREAD AUE_NULL /* Darwin */
648 #define AUE_O_VWRITE AUE_NULL /* Darwin */
650 #define AUE_O_VADVISE AUE_NULL /* Darwin */
[all …]
/xnu-12377.61.12/bsd/security/audit/
H A Daudit.c632 if (event == AUE_NULL) { in audit_syscall_enter()
832 if (event == AUE_NULL) { in audit_mach_syscall_enter()
H A Daudit_worker.c116 .ar_event = AUE_NULL,
H A Daudit_bsm_klib.c208 if (sys_au_event[i] != AUE_NULL) { in au_evclassmap_init()
H A Daudit_syscalls.c225 uthr->uu_ar = audit_new(AUE_NULL, p, uthr); in audit()
H A Daudit_bsm.c2013 case AUE_NULL: in kaudit_to_bsm()