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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c651 uint32_t hkey; local
656 hkey = HASH_ASID(asid);
658 LIST_FOREACH(found_se, &au_sentry_bucket[hkey], se_link)
673 uint32_t hkey; local
681 hkey = HASH_ASID(se->se_asid);
693 LIST_FOREACH_SAFE(found_se, &au_sentry_bucket[hkey], se_link, tmp_se) {

Completed in 24 milliseconds