Home
last modified time | relevance | path

Searched refs:pr_groups (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c149 (void) memcpy(pcr->pr_groups, groups, ngrp * sizeof (gid_t)); in credupdate()
219 prcred->pr_groups[0] != prcred->pr_rgid)) { in look()
224 (void) printf(" %u", prcred->pr_groups[i]); in look()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h393 gid_t pr_groups[1]; /* array of supplementary groups */
905 gid32_t pr_groups[1]; /* array of supplementary groups */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c206 *grps = &cr->pr_groups[0]; in ucred_getgroups()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h382 sl_field_t pr_groups; member
H A Dgen_struct_layout.c392 ARRAY_FIELD(prcred_t, pr_groups, 0); in gen_prcred()
H A Delfdump.msg543 @ MSG_CNOTE_T_PR_GROUPS "pr_groups:"
H A Dcorenote.c1656 print_array(state, &layout->pr_groups, SL_FMT_NUM_DEC, ngroups, in dump_prcred()
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c890 pcrp->pr_groups[0] = 0; /* in case ngroups == 0 */ in cred2prcred()
894 bcopy(cr->cr_grps->crg_groups, pcrp->pr_groups, in cred2prcred()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2310 if (!VALID_GID(prcred->pr_groups[i], zone)) in pr_scred()
2345 prcred->pr_groups); in pr_scred()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1633 prcp->pr_groups[i] = crgrp.crg_groups[i]; in Pcred_gcore()