Searched refs:cred_rw (Results 1 – 1 of 1) sorted by relevance
3369 static void kauth_cred_remove_locked(struct ucred_rw *cred_rw);3756 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic() argument3759 "cred_rw:%p", cred, cred->cr_rw, cred_rw); in kauth_cred_verify_panic()3777 kauth_cred_rw_verify_panic(struct ucred_rw *cred_rw, kauth_cred_t cred) in kauth_cred_rw_verify_panic() argument3780 "cred: %p", cred_rw, cred_rw->crw_cred, cred); in kauth_cred_rw_verify_panic()3785 kauth_cred_ro(struct ucred_rw *cred_rw) in kauth_cred_ro() argument3787 kauth_cred_t cred = kauth_cred_require(cred_rw->crw_cred); in kauth_cred_ro()3789 if (__improbable(cred->cr_rw != cred_rw)) { in kauth_cred_ro()3790 kauth_cred_rw_verify_panic(cred_rw, cred); in kauth_cred_ro()5148 kauth_cred_remove_locked(struct ucred_rw *cred_rw) in kauth_cred_remove_locked() argument[all …]