Home
last modified time | relevance | path

Searched refs:found_cred_rw (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c5185 struct ucred_rw *found_cred_rw; in kauth_cred_find_and_ref() local
5191 LIST_FOREACH(found_cred_rw, bucket, crw_link) { in kauth_cred_find_and_ref()
5192 if (kauth_cred_is_equal(found_cred_rw->crw_cred, cred)) { in kauth_cred_find_and_ref()
5193 found_cred = kauth_cred_ro(found_cred_rw); in kauth_cred_find_and_ref()
5228 struct ucred_rw *found_cred_rw; in kauth_cred_find() local
5234 LIST_FOREACH(found_cred_rw, bucket, crw_link) { in kauth_cred_find()
5235 if (kauth_cred_is_equal(found_cred_rw->crw_cred, cred)) { in kauth_cred_find()
5236 found_cred = kauth_cred_require(found_cred_rw->crw_cred); in kauth_cred_find()