Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Ducred.h93 struct ucred_rw *cr_rw;
/xnu-8792.41.9/bsd/kern/
H A Dkern_credential.c3369 static void kauth_cred_remove_locked(struct ucred_rw *cred_rw);
3375 struct ucred_rw { struct
3376 LIST_ENTRY(ucred_rw) crw_link;
3382 LIST_HEAD(kauth_cred_entry_head, ucred_rw); argument
3385 static ZONE_DEFINE_TYPE(ucred_rw_zone, "cred_rw", struct ucred_rw, ZC_ZFREE_CLEARMEM);
3702 struct ucred_rw *rw;
3750 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic()
3757 static struct ucred_rw *
3760 struct ucred_rw *rw = kauth_cred_require(cred)->cr_rw; in kauth_cred_rw()
3771 kauth_cred_rw_verify_panic(struct ucred_rw *cred_rw, kauth_cred_t cred) in kauth_cred_rw_verify_panic()
[all …]