Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/security/audit/
Daudit_pipe.c114 struct audit_pipe { struct
115 int ap_open; /* Device open? */
116 u_int ap_flags;
118 struct selinfo ap_selinfo;
119 struct sigio *ap_sigio;
124 struct mtx ap_mtx;
132 struct sx ap_sx;
138 struct cv ap_cv;
167 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; argument
180 TAILQ_ENTRY(audit_pipe) ap_list; argument