Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_pipe.c114 struct audit_pipe { struct
115 u_int ap_flags;
117 struct selinfo ap_selinfo;
118 struct sigio *ap_sigio;
123 struct mtx ap_mtx;
131 struct sx ap_sx;
137 struct cv ap_cv;
166 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; argument
179 TAILQ_ENTRY(audit_pipe) ap_list; argument