cr_groups        1099 compat/hpux/hpux_compat.c 			cred->cr_gid = cred->cr_groups[1];
cr_groups        1115 compat/hpux/hpux_compat.c 				cred->cr_groups[gid] = lgroups[gid];
cr_groups         224 kern/kern_prot.c 	error = copyout((caddr_t)pc->pc_ucred->cr_groups,
cr_groups         717 kern/kern_prot.c 	    (caddr_t)pc->pc_ucred->cr_groups, ngrp * sizeof(gid_t));
cr_groups         734 kern/kern_prot.c 	egp = &(cred->cr_groups[cred->cr_ngroups]);
cr_groups         735 kern/kern_prot.c 	for (gp = cred->cr_groups; gp < egp; gp++)
cr_groups        1229 kern/kern_sysctl.c 	memcpy(ki->p_groups, p->p_cred->pc_ucred->cr_groups,
cr_groups        1230 kern/kern_sysctl.c 	    min(sizeof(ki->p_groups), sizeof(p->p_cred->pc_ucred->cr_groups)));
cr_groups         375 miscfs/portal/portal_vnops.c 	bcopy(ap->a_cred->cr_groups, pcred.pcr_groups, NGROUPS * sizeof(gid_t));
cr_groups         137 miscfs/procfs/procfs_status.c 		snprintf(ps, sizeof(ps), ",%u", cr->cr_groups[i]);
cr_groups        1645 nfs/nfs_socket.c 			nd->nd_cr.cr_groups[i] = fxdr_unsigned(gid_t, *tl++);
cr_groups        1650 nfs/nfs_socket.c 		    nfsrvw_sort(nd->nd_cr.cr_groups, nd->nd_cr.cr_ngroups);
cr_groups         645 nfs/nfs_subs.c 			*tl++ = txdr_unsigned(cr->cr_groups[i]);
cr_groups        1670 nfs/nfs_subs.c 			cred->cr_groups[i] = credanon->cr_groups[i];
cr_groups        1974 nfs/nfs_subs.c 		outcred->cr_groups[i] = incred->cr_groups[i];
cr_groups        1975 nfs/nfs_subs.c 	nfsrvw_sort(outcred->cr_groups, outcred->cr_ngroups);
cr_groups         298 nfs/nfs_vfsops.c 	    proc0.p_ucred->cr_groups[i] = ntohl(nd.swap_ucred.cr_groups[i]);
cr_groups         478 ntfs/ntfs_vnops.c 	for (i = 0, gp = cred->cr_groups; i < cred->cr_ngroups; i++, gp++)
cr_groups          46 sys/ucred.h    	gid_t	cr_groups[NGROUPS];	/* groups */
cr_groups         160 xfs/xfs_syscalls-common.c 	cred->cr_groups[1] >= NNPFS_PAG1_LLIM &&
cr_groups         161 xfs/xfs_syscalls-common.c 	cred->cr_groups[1] <= NNPFS_PAG1_ULIM &&
cr_groups         162 xfs/xfs_syscalls-common.c 	cred->cr_groups[2] >= NNPFS_PAG2_LLIM &&
cr_groups         163 xfs/xfs_syscalls-common.c 	cred->cr_groups[2] <= NNPFS_PAG2_ULIM)
cr_groups         178 xfs/xfs_syscalls-common.c 	return (((cred->cr_groups[1] << 16) & 0xFFFF0000) |
cr_groups         179 xfs/xfs_syscalls-common.c 		((cred->cr_groups[2] & 0x0000FFFF)));
cr_groups         203 xfs/xfs_syscalls-common.c 	    cred->cr_groups[i + 2] = cred->cr_groups[i];
cr_groups         209 xfs/xfs_syscalls-common.c     cred->cr_groups[1] = part1;
cr_groups         210 xfs/xfs_syscalls-common.c     cred->cr_groups[2] = part2;
cr_groups         248 xfs/xfs_syscalls-common.c 	    cred->cr_groups[i] = cred->cr_groups[i+2];
cr_groups         277 xfs/xfs_syscalls-common.c 	part1 = (*cred)->cr_groups[1];
cr_groups         278 xfs/xfs_syscalls-common.c 	part2 = (*cred)->cr_groups[2];