Home
last modified time | relevance | path

Searched refs:ucred_rw (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/kern/
H A Dkern_credential.c3295 struct ucred_rw { struct
3305 static KALLOC_TYPE_DEFINE(ucred_rw_zone, struct ucred_rw, KT_DEFAULT); argument
3308 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 …]
/xnu-11215.61.5/bsd/sys/
H A Ducred.h148 struct ucred_rw *cr_rw;