Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/ !
H A Dkern_prot.c1737 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x() argument
1741 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()
/xnu-12377.61.12/bsd/sys/ !
H A Ducred.h222 void cru2x(kauth_cred_t cr, struct xucred *xcr);