Searched defs:audit_pipe (Results 1 – 1 of 1) sorted by relevance
114 struct audit_pipe { struct115 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; argument180 TAILQ_ENTRY(audit_pipe) ap_list; argument