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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c271 struct audit_pipe_preselect *app; local
275 TAILQ_FOREACH(app, &ap->ap_preselect_list, app_list) {
276 if (app->app_auid == auid)
277 return (app);
289 struct audit_pipe_preselect *app; local
293 app = audit_pipe_preselect_find(ap, auid);
294 if (app != NULL) {
295 *maskp = app->app_mask;
310 struct audit_pipe_preselect *app, *app_new; local
318 app
337 struct audit_pipe_preselect *app; local
359 struct audit_pipe_preselect *app; local
392 struct audit_pipe_preselect *app; local
[all...]

Completed in 36 milliseconds