Searched refs:audit_pipe_preselect (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/security/audit/ |
H A D | audit_pipe.c | 99 struct audit_pipe_preselect { struct 102 TAILQ_ENTRY(audit_pipe_preselect) app_list; argument 163 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; 270 static struct audit_pipe_preselect * 273 struct audit_pipe_preselect *app; in audit_pipe_preselect_find() 291 struct audit_pipe_preselect *app; in audit_pipe_preselect_get() 312 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() 339 struct audit_pipe_preselect *app; in audit_pipe_preselect_delete() 361 struct audit_pipe_preselect *app; in audit_pipe_preselect_flush_locked() 394 struct audit_pipe_preselect *app; in audit_pipe_preselect_check() [all …]
|
H A D | audit.c | 527 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit() 657 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter() 820 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0) in audit_proc_coredump()
|
H A D | audit_private.h | 503 int audit_pipe_preselect(au_id_t auid, au_event_t event,
|