Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dkern_credential.c3296 struct ucred_rw { struct
3306 static KALLOC_TYPE_DEFINE(ucred_rw_zone, struct ucred_rw, KT_DEFAULT); argument
3309 SMRH_TRAITS_DEFINE(kauth_cred_traits, struct ucred_rw, crw_link,
3320 ucred_rw_ref(struct ucred_rw *rw) in ucred_rw_ref()
3326 ucred_rw_tryref(struct ucred_rw *rw) in ucred_rw_tryref()
3332 ucred_rw_unref(struct ucred_rw *rw) in ucred_rw_unref()
3338 ucred_rw_unref_live(struct ucred_rw *rw) in ucred_rw_unref_live()
3503 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic()
3510 static struct ucred_rw *
3513 struct ucred_rw *rw = kauth_cred_require(cred)->cr_rw; in kauth_cred_rw()
[all …]
/xnu-10002.1.13/bsd/sys/
H A Ducred.h148 struct ucred_rw *cr_rw;