Searched refs:ucred_rw (Results 1 – 2 of 2) sorted by relevance
3369 static void kauth_cred_remove_locked(struct ucred_rw *cred_rw);3377 struct ucred_rw { struct3378 LIST_ENTRY(ucred_rw) crw_link;3385 LIST_HEAD(kauth_cred_entry_head, ucred_rw); argument3387 static ZONE_DECLARE(ucred_rw_zone, "cred_rw", sizeof(struct ucred_rw), ZC_ZFREE_CLEARMEM);3707 struct ucred_rw *rw;3756 kauth_cred_verify_panic(kauth_cred_t cred, struct ucred_rw *cred_rw) in kauth_cred_verify_panic()3763 static struct ucred_rw *3766 struct ucred_rw *rw = kauth_cred_require(cred)->cr_rw; in kauth_cred_rw()3777 kauth_cred_rw_verify_panic(struct ucred_rw *cred_rw, kauth_cred_t cred) in kauth_cred_rw_verify_panic()[all …]
93 struct ucred_rw *cr_rw;