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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c438 au_sentry_debug_t *sdtp; local
442 sdtp = &sed_tab[0];
444 if (aia_p->ai_asid == sdtp->se_asid) {
445 sdtp->se_ptcnt++;
449 if (se->se_refcnt != sdtp->se_refcnt) {
450 sdtp->se_refcnt =
453 if (se->se_procnt != sdtp->se_procnt) {
454 sdtp->se_procnt =
459 sdtp++;
460 } while (sdtp
[all...]

Completed in 19 milliseconds