Lines Matching defs:xu
2181 struct xucred xu;
2185 xulen = sizeof(xu);
2187 LOCAL_PEERCRED, &xu, UIO_SYSSPACE, &xulen);
2191 len = xu.cr_ngroups * sizeof(l_gid_t);
2202 for (i = 0; i < xu.cr_ngroups - 1; i++) {
2203 error = copyout(xu.cr_groups + i + 1,
2257 struct xucred xu;
2299 xulen = sizeof(xu);
2301 name, &xu, UIO_SYSSPACE, &xulen);
2304 lxu.pid = xu.cr_pid;
2305 lxu.uid = xu.cr_uid;
2306 lxu.gid = xu.cr_gid;