Searched refs:app (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/security/audit/ |
| H A D | audit_pipe.c | 270 struct audit_pipe_preselect *app; in audit_pipe_preselect_find() local 274 TAILQ_FOREACH(app, &ap->ap_preselect_list, app_list) { in audit_pipe_preselect_find() 275 if (app->app_auid == auid) { in audit_pipe_preselect_find() 276 return app; in audit_pipe_preselect_find() 289 struct audit_pipe_preselect *app; in audit_pipe_preselect_get() local 293 app = audit_pipe_preselect_find(ap, auid); in audit_pipe_preselect_get() 294 if (app != NULL) { in audit_pipe_preselect_get() 295 *maskp = app->app_mask; in audit_pipe_preselect_get() 311 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() local 319 app = audit_pipe_preselect_find(ap, auid); in audit_pipe_preselect_set() [all …]
|
| /xnu-8019.80.24/tests/ |
| H A D | ntp_adjtime_29192647.c | 196 uint64_t time1_usec, time2_usec, time_conv, us_delta, app; variable 264 app = time_conv / USEC_PER_SEC; //sec elapsed 267 time_delta += app * (FREQ_PPM); 269 app = time_conv % USEC_PER_SEC; 271 time_delta += (app * (FREQ_PPM)) / USEC_PER_SEC;
|
| /xnu-8019.80.24/config/ |
| H A D | MASTER | 364 # code decryption... used on embedded for app protection, DSMOS on desktop
|