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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ducred.h151 void cru2x(kauth_cred_t cr, struct xucred *xcr);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c2015 cru2x(kauth_cred_t cr, struct xucred *xcr) argument
2018 bzero(xcr, sizeof(*xcr));
2019 xcr->cr_version = XUCRED_VERSION;
2020 xcr->cr_uid = kauth_cred_getuid(cr);
2021 xcr->cr_ngroups = cr->cr_ngroups;
2022 bcopy(cr->cr_groups, xcr->cr_groups, sizeof(xcr->cr_groups));

Completed in 32 milliseconds