Searched refs:cred_rw (Results 1 – 1 of 1) sorted by relevance
3369 static void kauth_cred_remove_locked(struct ucred_rw *cred_rw);3749 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic() argument3752 "cred_rw:%p", cred, cred->cr_rw, cred_rw); in kauth_cred_verify_panic()3770 kauth_cred_rw_verify_panic(struct ucred_rw *cred_rw, kauth_cred_t cred) in kauth_cred_rw_verify_panic() argument3773 "cred: %p", cred_rw, cred_rw->crw_cred, cred); in kauth_cred_rw_verify_panic()3778 kauth_cred_ro(struct ucred_rw *cred_rw) in kauth_cred_ro() argument3780 kauth_cred_t cred = kauth_cred_require(cred_rw->crw_cred); in kauth_cred_ro()3782 if (__improbable(cred->cr_rw != cred_rw)) { in kauth_cred_ro()3783 kauth_cred_rw_verify_panic(cred_rw, cred); in kauth_cred_ro()5118 kauth_cred_remove_locked(struct ucred_rw *cred_rw) in kauth_cred_remove_locked() argument[all …]