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

/freebsd-10.1-release/sys/security/audit/
H A Daudit_pipe.c318 struct audit_pipe_preselect *app, *app_new; local
324 app_new = malloc(sizeof(*app_new), M_AUDIT_PIPE_PRESELECT, M_WAITOK);
328 app = app_new;
329 app_new = NULL;
335 if (app_new != NULL)
336 free(app_new, M_AUDIT_PIPE_PRESELECT);

Completed in 99 milliseconds