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

/freebsd-10.1-release/sys/security/audit/
H A Daudit_pipe.c102 struct audit_pipe_preselect { struct
105 TAILQ_ENTRY(audit_pipe_preselect) app_list;
167 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list;
276 static struct audit_pipe_preselect *
279 struct audit_pipe_preselect *app;
297 struct audit_pipe_preselect *app;
318 struct audit_pipe_preselect *app, *app_new;
345 struct audit_pipe_preselect *app;
367 struct audit_pipe_preselect *app;
400 struct audit_pipe_preselect *ap
434 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 97 milliseconds