Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_prot.c1796 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x() argument
1800 bzero(xcr, sizeof(*xcr)); in cru2x()
1801 xcr->cr_version = XUCRED_VERSION; in cru2x()
1802 xcr->cr_uid = kauth_cred_getuid(cr); in cru2x()
1803 xcr->cr_ngroups = pcr->cr_ngroups; in cru2x()
1804 bcopy(pcr->cr_groups, xcr->cr_groups, sizeof(xcr->cr_groups)); in cru2x()
/xnu-8020.140.41/bsd/sys/
H A Ducred.h169 void cru2x(kauth_cred_t cr, struct xucred *xcr);