Searched refs:cred_rw (Results 1 – 1 of 1) sorted by relevance
3369 static void kauth_cred_remove_locked(struct ucred_rw *cred_rw);3750 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic() argument3753 "cred_rw:%p", cred, cred->cr_rw, cred_rw); in kauth_cred_verify_panic()3771 kauth_cred_rw_verify_panic(struct ucred_rw *cred_rw, kauth_cred_t cred) in kauth_cred_rw_verify_panic() argument3774 "cred: %p", cred_rw, cred_rw->crw_cred, cred); in kauth_cred_rw_verify_panic()3779 kauth_cred_ro(struct ucred_rw *cred_rw) in kauth_cred_ro() argument3781 kauth_cred_t cred = kauth_cred_require(cred_rw->crw_cred); in kauth_cred_ro()3783 if (__improbable(cred->cr_rw != cred_rw)) { in kauth_cred_ro()3784 kauth_cred_rw_verify_panic(cred_rw, cred); in kauth_cred_ro()5119 kauth_cred_remove_locked(struct ucred_rw *cred_rw) in kauth_cred_remove_locked() argument[all …]