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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c92 struct audit_pipe_preselect { struct
95 TAILQ_ENTRY(audit_pipe_preselect) app_list;
157 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list;
268 static struct audit_pipe_preselect *
271 struct audit_pipe_preselect *app;
289 struct audit_pipe_preselect *app;
310 struct audit_pipe_preselect *app, *app_new;
337 struct audit_pipe_preselect *app;
359 struct audit_pipe_preselect *app;
392 struct audit_pipe_preselect *ap
426 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, function
[all...]
H A Daudit.c525 if (audit_pipe_preselect(auid, event, class, sorf,
648 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) {
745 else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0))
811 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 21 milliseconds