Searched refs:xcr (Results 1 – 2 of 2) sorted by relevance
1732 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x() argument1736 bzero(xcr, sizeof(*xcr)); in cru2x()1737 xcr->cr_version = XUCRED_VERSION; in cru2x()1738 xcr->cr_uid = kauth_cred_getuid(cr); in cru2x()1739 xcr->cr_ngroups = pcr->cr_ngroups; in cru2x()1740 bcopy(pcr->cr_groups, xcr->cr_groups, sizeof(xcr->cr_groups)); in cru2x()
222 void cru2x(kauth_cred_t cr, struct xucred *xcr);