Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_pipe.c312 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() local
318 app_new = malloc(sizeof(*app_new), M_AUDIT_PIPE_PRESELECT, M_WAITOK); in audit_pipe_preselect_set()
322 app = app_new; in audit_pipe_preselect_set()
323 app_new = NULL; in audit_pipe_preselect_set()
329 if (app_new != NULL) in audit_pipe_preselect_set()
330 free(app_new, M_AUDIT_PIPE_PRESELECT); in audit_pipe_preselect_set()