Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_pipe.c99 struct audit_pipe_preselect { struct
102 TAILQ_ENTRY(audit_pipe_preselect) app_list; argument
163 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list;
271 static struct audit_pipe_preselect *
274 struct audit_pipe_preselect *app; in audit_pipe_preselect_find()
292 struct audit_pipe_preselect *app; in audit_pipe_preselect_get()
313 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set()
340 struct audit_pipe_preselect *app; in audit_pipe_preselect_delete()
362 struct audit_pipe_preselect *app; in audit_pipe_preselect_flush_locked()
395 struct audit_pipe_preselect *app; in audit_pipe_preselect_check()
[all …]
H A Daudit.c529 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit()
652 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter()
815 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0) in audit_proc_coredump()
H A Daudit_private.h503 int audit_pipe_preselect(au_id_t auid, au_event_t event,