Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/security/audit/
H A Daudit_pipe.c104 struct audit_pipe { struct
170 TAILQ_ENTRY(audit_pipe) ap_list; argument
194 static TAILQ_HEAD(, audit_pipe) audit_pipe_list;
219 static struct audit_pipe *audit_pipe_dtab[MAX_AUDIT_PIPES];
268 audit_pipe_preselect_find(struct audit_pipe *ap, au_id_t auid) in audit_pipe_preselect_find()
286 audit_pipe_preselect_get(struct audit_pipe *ap, au_id_t auid, in audit_pipe_preselect_get()
309 audit_pipe_preselect_set(struct audit_pipe *ap, au_id_t auid, au_mask_t mask) in audit_pipe_preselect_set()
335 audit_pipe_preselect_delete(struct audit_pipe *ap, au_id_t auid) in audit_pipe_preselect_delete()
357 audit_pipe_preselect_flush_locked(struct audit_pipe *ap) in audit_pipe_preselect_flush_locked()
370 audit_pipe_preselect_flush(struct audit_pipe *ap) in audit_pipe_preselect_flush()
[all …]
/xnu-8792.41.9/bsd/conf/
H A DMakefile.template119 audit_pipe.o_CWARNFLAGS_ADD += -Wno-cast-align
234 audit_pipe.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
316 audit_pipe.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles359 bsd/security/audit/audit_pipe.c optional config_audit