outcred          1963 nfs/nfs_subs.c nfsrv_setcred(incred, outcred)
outcred          1964 nfs/nfs_subs.c 	struct ucred *incred, *outcred;
outcred          1968 nfs/nfs_subs.c 	bzero((caddr_t)outcred, sizeof (struct ucred));
outcred          1969 nfs/nfs_subs.c 	outcred->cr_ref = 1;
outcred          1970 nfs/nfs_subs.c 	outcred->cr_uid = incred->cr_uid;
outcred          1971 nfs/nfs_subs.c 	outcred->cr_gid = incred->cr_gid;
outcred          1972 nfs/nfs_subs.c 	outcred->cr_ngroups = incred->cr_ngroups;
outcred          1974 nfs/nfs_subs.c 		outcred->cr_groups[i] = incred->cr_groups[i];
outcred          1975 nfs/nfs_subs.c 	nfsrvw_sort(outcred->cr_groups, outcred->cr_ngroups);