Searched refs:sy_auevent (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsysent.h59 au_event_t sy_auevent; /* audit event associated with syscall */ member in struct:sysent
185 .sy_auevent = SYS_AUE_##_syscallname, \
241 .sy_auevent = SYS_AUE_##syscallname, \
251 .sy_auevent = SYS_AUE_##syscallname, \
/freebsd-11-stable/sys/security/audit/
H A Daudit_bsm_klib.c192 if (sysent[i].sy_auevent != AUE_NULL)
193 au_evclassmap_insert(sysent[i].sy_auevent, 0);
H A Daudit.c532 event = td->td_proc->p_sysent->sv_table[code].sy_auevent;

Completed in 116 milliseconds