Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/security/audit/
H A Daudit_pipe.c311 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() local
317 app_new = kalloc_type(struct audit_pipe_preselect, Z_WAITOK | Z_NOFAIL); in audit_pipe_preselect_set()
321 app = app_new; in audit_pipe_preselect_set()
322 app_new = NULL; in audit_pipe_preselect_set()
328 kfree_type(struct audit_pipe_preselect, app_new); in audit_pipe_preselect_set()