Searched refs:cr_groups (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c2023 if (!kvm_read_all(kd, (unsigned long)ucred.cr_groups, groups, len)) {
2025 ucred.cr_groups, kp->ki_pid);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c1294 * cr_groups[0] holds egid. Setting the whole set from
1296 * Keep cr_groups[0] unchanged to prevent that.
1308 bsd_gidset = newcred->cr_groups;
1336 bsd_gidset = cred->cr_groups;
1340 * cr_groups[0] holds egid. Returning the whole set
1341 * here will cause a duplicate. Exclude cr_groups[0]
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1073 nfscr->nfsc_groups[i] = cr->cr_groups[i];
H A Dnfs_clrpcops.c6170 tcred->cr_groups[0] = flp->nfsfl_ffm[mirror].group;
/freebsd-13-stable/sys/compat/linprocfs/
H A Dlinprocfs.c1104 sbuf_printf(sb, "%d ", p->p_ucred->cr_groups[i]);
/freebsd-13-stable/sys/kern/
H A Dkern_proc.c1086 bcopy(cred->cr_groups, kp->ki_groups,
2810 error = SYSCTL_OUT(req, cred->cr_groups,
H A Dvfs_mount.c1216 o2export.ex_anon.cr_groups[i];
H A Dvfs_syscalls.c2115 cred->cr_rgid != cred->cr_groups[0]))) {
2118 usecred->cr_groups[0] = cred->cr_rgid;
H A Dimgact_elf.c2519 sbuf_bcat(sb, p->p_ucred->cr_groups, p->p_ucred->cr_ngroups *
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3153 credanon->cr_groups);
3864 oexp.export.ex_anon.cr_groups[i];
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c3177 pd->lookup.gid = inp->inp_cred->cr_groups[0];
3363 pd->lookup.gid = inp->inp_cred->cr_groups[0];
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c1080 decline_attach = !groupmember(tc->cr_groups[i], oc);
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c3864 cr->cr_rgid = cr->cr_svgid = cr->cr_groups[0];

Completed in 311 milliseconds

12