Searched refs:au_preselect (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/security/audit/
H A Daudit.c542 if (au_preselect(event, class, aumask, sorf) != 0)
647 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) {
658 * re-calling au_preselect().
762 if (au_preselect(event, class, aumask, AU_PRS_BOTH))
829 if (au_preselect(AUE_CORE, class, aumask, sorf) == 0 &&
H A Daudit_private.h383 int au_preselect(au_event_t event, au_class_t class,
H A Daudit_pipe.c404 return (au_preselect(event, class,
407 return (au_preselect(event, class,
410 return (au_preselect(event, class, &app->app_mask,
H A Daudit_bsm_klib.c184 au_preselect(__unused au_event_t event, au_class_t class, au_mask_t *mask_p, function

Completed in 34 milliseconds