Searched refs:ucred_rw (Results 1 – 2 of 2) sorted by relevance
3295 struct ucred_rw { struct3305 static KALLOC_TYPE_DEFINE(ucred_rw_zone, struct ucred_rw, KT_DEFAULT); argument3308 SMRH_TRAITS_DEFINE(kauth_cred_traits, struct ucred_rw, crw_link,3319 ucred_rw_ref(struct ucred_rw *rw) in ucred_rw_ref()3325 ucred_rw_tryref(struct ucred_rw *rw) in ucred_rw_tryref()3331 ucred_rw_unref(struct ucred_rw *rw) in ucred_rw_unref()3337 ucred_rw_unref_live(struct ucred_rw *rw) in ucred_rw_unref_live()3545 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic()3552 static struct ucred_rw *3555 struct ucred_rw *rw = kauth_cred_require(cred)->cr_rw; in kauth_cred_rw()[all …]
148 struct ucred_rw *cr_rw;