Searched defs:audit_pipe (Results 1 – 1 of 1) sorted by relevance
104 struct audit_pipe { struct105 int ap_open; /* Device open? */106 u_int ap_flags;108 struct selinfo ap_selinfo;109 pid_t ap_sigio;114 struct mtx ap_mtx;122 struct slck ap_sx;128 struct cv ap_cv;157 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; argument170 TAILQ_ENTRY(audit_pipe) ap_list; argument