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

/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c102 struct audit_pipe_preselect { struct
105 TAILQ_ENTRY(audit_pipe_preselect) app_list;
166 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list;
273 static struct audit_pipe_preselect *
276 struct audit_pipe_preselect *app;
294 struct audit_pipe_preselect *app;
315 struct audit_pipe_preselect *app, *app_new;
342 struct audit_pipe_preselect *app;
364 struct audit_pipe_preselect *app;
397 struct audit_pipe_preselect *ap
431 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, function
[all...]
H A Daudit.c461 if (audit_pipe_preselect(auid, event, class, sorf,
572 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) {
695 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0)
H A Daudit_private.h425 int audit_pipe_preselect(au_id_t auid, au_event_t event,

Completed in 120 milliseconds