Searched refs:audit_pipe_preselect (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/security/audit/ |
| H A D | audit_pipe.c | 92 struct audit_pipe_preselect { struct 95 TAILQ_ENTRY(audit_pipe_preselect) app_list; argument 157 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; 267 static struct audit_pipe_preselect * 270 struct audit_pipe_preselect *app; in audit_pipe_preselect_find() 289 struct audit_pipe_preselect *app; in audit_pipe_preselect_get() 311 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() 317 app_new = kalloc_type(struct audit_pipe_preselect, Z_WAITOK | Z_NOFAIL); in audit_pipe_preselect_set() 328 kfree_type(struct audit_pipe_preselect, app_new); in audit_pipe_preselect_set() 337 struct audit_pipe_preselect *app; in audit_pipe_preselect_delete() [all …]
|
| H A D | audit.c | 556 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit() 686 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter() 800 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_subcall_enter() 869 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_mach_syscall_enter() 938 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0) { in audit_proc_coredump()
|
| H A D | audit_private.h | 458 int audit_pipe_preselect(au_id_t auid, au_event_t event,
|