Searched refs:audit_pipe (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c59 static MALLOC_DEFINE(M_AUDIT_PIPE, "audit_pipe", "Audit pipes");
73 * Description of an entry in an audit_pipe.
99 * Description of an individual audit_pipe. Consists largely of a bounded
104 struct audit_pipe { struct
170 TAILQ_ENTRY(audit_pipe) ap_list;
194 static TAILQ_HEAD(, audit_pipe) audit_pipe_list;
219 static struct audit_pipe *audit_pipe_dtab[MAX_AUDIT_PIPES];
269 audit_pipe_preselect_find(struct audit_pipe *ap, au_id_t auid)
286 audit_pipe_preselect_get(struct audit_pipe *ap, au_id_t auid,
308 audit_pipe_preselect_set(struct audit_pipe *a
[all...]
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles507 bsd/security/audit/audit_pipe.c optional config_audit

Completed in 25 milliseconds