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

/darwin-on-arm/xnu/bsd/sys/
H A Ducred.h154 void cru2x(kauth_cred_t cr, struct xucred *xcr);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c2065 cru2x(kauth_cred_t cr, struct xucred *xcr) argument
2069 bzero(xcr, sizeof(*xcr));
2070 xcr->cr_version = XUCRED_VERSION;
2071 xcr->cr_uid = kauth_cred_getuid(cr);
2072 xcr->cr_ngroups = pcr->cr_ngroups;
2073 bcopy(pcr->cr_groups, xcr->cr_groups, sizeof(xcr->cr_groups));

Completed in 24 milliseconds