Searched refs:ucred_rw (Results 1 – 2 of 2) sorted by relevance
93 struct ucred_rw *cr_rw;
3369 static void kauth_cred_remove_locked(struct ucred_rw *cred_rw);3375 struct ucred_rw { struct3376 LIST_ENTRY(ucred_rw) crw_link;3382 LIST_HEAD(kauth_cred_entry_head, ucred_rw); argument3385 static ZONE_DEFINE_TYPE(ucred_rw_zone, "cred_rw", struct ucred_rw, ZC_ZFREE_CLEARMEM);3701 struct ucred_rw *rw;3749 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic()3756 static struct ucred_rw *3759 struct ucred_rw *rw = kauth_cred_require(cred)->cr_rw; in kauth_cred_rw()3770 kauth_cred_rw_verify_panic(struct ucred_rw *cred_rw, kauth_cred_t cred) in kauth_cred_rw_verify_panic()[all …]