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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c255 static void kauth_cred_unref_hashlocked(kauth_cred_t *credp);
4435 * kauth_cred_unref_hashlocked
4463 kauth_cred_unref_hashlocked(kauth_cred_t *credp) function
4474 panic("%s:0x%08x kauth_cred_unref_hashlocked: dropping a reference on a cred with no references", current_proc()->p_comm, *credp);
4476 panic("%s:0x%08x kauth_cred_unref_hashlocked: dropping a reference on a cred with no hash entry", current_proc()->p_comm, *credp);
4512 * Notes: See kauth_cred_unref_hashlocked() for more information.
4519 kauth_cred_unref_hashlocked(credp);
4770 kauth_cred_unref_hashlocked(&old_cred);

Completed in 24 milliseconds