swap_ucred        292 nfs/nfs_vfsops.c 	proc0.p_ucred->cr_uid = ntohl(nd.swap_ucred.cr_uid);
swap_ucred        293 nfs/nfs_vfsops.c 	proc0.p_ucred->cr_gid = ntohl(nd.swap_ucred.cr_gid);
swap_ucred        294 nfs/nfs_vfsops.c 	if ((proc0.p_ucred->cr_ngroups = ntohs(nd.swap_ucred.cr_ngroups)) >
swap_ucred        298 nfs/nfs_vfsops.c 	    proc0.p_ucred->cr_groups[i] = ntohl(nd.swap_ucred.cr_groups[i]);