Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/security/audit/
H A Daudit_pipe.c104 struct audit_pipe { struct
105 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; argument
170 TAILQ_ENTRY(audit_pipe) ap_list; argument