Home
last modified time | relevance | path

Searched defs:audit_pipe (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_pipe.c111 struct audit_pipe { struct
112 u_int ap_flags;
114 struct selinfo ap_selinfo;
115 struct sigio *ap_sigio;
120 struct mtx ap_mtx;
128 struct sx ap_sx;
134 struct cv ap_cv;
163 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; argument
176 TAILQ_ENTRY(audit_pipe) ap_list; argument