Lines Matching refs:audit_pipe_preselect
92 struct audit_pipe_preselect { struct
95 TAILQ_ENTRY(audit_pipe_preselect) app_list; argument
157 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list;
267 static struct audit_pipe_preselect *
270 struct audit_pipe_preselect *app; in audit_pipe_preselect_find()
289 struct audit_pipe_preselect *app; in audit_pipe_preselect_get()
311 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set()
317 app_new = kalloc_type(struct audit_pipe_preselect, Z_WAITOK | Z_NOFAIL); in audit_pipe_preselect_set()
328 kfree_type(struct audit_pipe_preselect, app_new); in audit_pipe_preselect_set()
337 struct audit_pipe_preselect *app; in audit_pipe_preselect_delete()
349 kfree_type(struct audit_pipe_preselect, app); in audit_pipe_preselect_delete()
359 struct audit_pipe_preselect *app; in audit_pipe_preselect_flush_locked()
365 kfree_type(struct audit_pipe_preselect, app); in audit_pipe_preselect_flush_locked()
391 struct audit_pipe_preselect *app; in audit_pipe_preselect_check()
427 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, in audit_pipe_preselect() function