Searched refs:au_preselect (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | audit.c | 527 if (au_preselect(event, class, aumask, sorf) != 0) in audit_commit() 640 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_syscall_enter() 821 if (au_preselect(AUE_CORE, class, aumask, sorf) == 0 && in audit_proc_coredump()
|
| H A D | audit_pipe.c | 409 return (au_preselect(event, class, in audit_pipe_preselect_check() 412 return (au_preselect(event, class, in audit_pipe_preselect_check() 415 return (au_preselect(event, class, &app->app_mask, in audit_pipe_preselect_check()
|
| H A D | audit_bsm_klib.c | 126 au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) in au_preselect() function
|
| H A D | audit_private.h | 455 int au_preselect(au_event_t event, au_class_t class,
|