Home
last modified time | relevance | path

Searched refs:pr_sgid (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c144 pcr->pr_egid = pcr->pr_rgid = pcr->pr_sgid = gid; in credupdate()
211 prcred->pr_rgid == prcred->pr_sgid) in look()
215 prcred->pr_egid, prcred->pr_rgid, prcred->pr_sgid); in look()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h390 gid_t pr_sgid; /* saved group id (from exec) */
891 gid32_t pr_sgid; /* saved group id (from exec) */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c191 return (cr->pr_sgid); in ucred_getsgid()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h380 sl_field_t pr_sgid; member
H A Dgen_struct_layout.c387 SCALAR_FIELD(prcred_t, pr_sgid, 0); in gen_prcred()
H A Delfdump.msg583 @ MSG_CNOTE_T_PR_SGID "pr_sgid:"
H A Dcorenote.c1651 MSG_ORIG(MSG_CNOTE_T_PR_SGID), pr_sgid); in dump_prcred()
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h362 gid_t pr_sgid; /* Saved group id (from exec) */ member
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h361 gid_t pr_sgid; /* Saved group id (from exec) */ member
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2353 if ((new && cred.pr_rgid != cred.pr_sgid) || in show_cred()
2355 cred.pr_sgid != credentials.pr_sgid) in show_cred()
2361 (int)cred.pr_sgid); in show_cred()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2299 !VALID_GID(prcred->pr_sgid, zone)) in pr_scred()
2341 prcred->pr_sgid); in pr_scred()
H A Dprioctl.c1007 un.prcred.pr_sgid = crgetsgid(cp); in prioctl64()
2609 un32.prcred.pr_sgid = crgetsgid(cp); in prioctl32()
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c889 pcrp->pr_sgid = cr->cr_sgid; in cred2prcred()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1618 prcp->pr_sgid = cr.cr_sgid; in Pcred_gcore()