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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c3525 kauth_cred_t found_cred, new_cred = NULL; local
3573 found_cred = kauth_cred_find(cred);
3574 if (found_cred != NULL) {
3579 kauth_cred_ref(found_cred);
3581 return(found_cred);
4635 kauth_cred_t newcred = NULL, found_cred; local
4669 found_cred = kauth_cred_find(&temp_cred);
4670 if (found_cred == cred) {
4675 if (found_cred != NULL) {
4680 kauth_cred_ref(found_cred);
4742 kauth_cred_t found_cred, new_cred = NULL; local
4869 kauth_cred_t found_cred; local
4924 kauth_cred_t found_cred; local
5056 kauth_cred_t found_cred; local
5236 kauth_cred_t found_cred; local
[all...]

Completed in 17 milliseconds