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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c652 au_sentry_t *found_se; local
658 LIST_FOREACH(found_se, &au_sentry_bucket[hkey], se_link)
659 if (found_se->se_asid == asid) {
660 au_history_record(found_se, AU_HISTORY_EVENT_FIND);
661 audit_ref_session(found_se);
662 return (found_se);
674 au_sentry_t *found_se, *tmp_se; local
693 LIST_FOREACH_SAFE(found_se, &au_sentry_bucket[hkey], se_link, tmp_se) {
694 if (found_se == se) {
701 &found_se
844 au_sentry_t *found_se = NULL; local
[all...]

Completed in 20 milliseconds