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

/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c31 __FBSDID("$FreeBSD: stable/11/sys/security/audit/audit_pipe.c 337122 2018-08-02 09:31:50Z avg $");
69 static MALLOC_DEFINE(M_AUDIT_PIPE, "audit_pipe", "Audit pipes");
83 * Description of an entry in an audit_pipe.
109 * Description of an individual audit_pipe. Consists largely of a bounded
114 struct audit_pipe { struct
179 TAILQ_ENTRY(audit_pipe) ap_list;
202 static TAILQ_HEAD(, audit_pipe) audit_pipe_list;
274 audit_pipe_preselect_find(struct audit_pipe *ap, au_id_t auid)
291 audit_pipe_preselect_get(struct audit_pipe *ap, au_id_t auid,
313 audit_pipe_preselect_set(struct audit_pipe *a
[all...]

Completed in 172 milliseconds