Searched refs:xcr (Results 1 – 2 of 2) sorted by relevance
1737 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x() argument1741 bzero(xcr, sizeof(*xcr)); in cru2x()1742 xcr->cr_version = XUCRED_VERSION; in cru2x()1743 xcr->cr_uid = kauth_cred_getuid(cr); in cru2x()1744 xcr->cr_ngroups = pcr->cr_ngroups; in cru2x()1745 bcopy(pcr->cr_groups, xcr->cr_groups, sizeof(xcr->cr_groups)); in cru2x()
222 void cru2x(kauth_cred_t cr, struct xucred *xcr);