Symbol: gid32_t
usr/src/lib/libproc/common/P32ton.c
791
dst->pr_gid = (gid32_t)src->pr_gid;
usr/src/lib/libproc/common/P32ton.c
792
dst->pr_egid = (gid32_t)src->pr_egid;
usr/src/uts/common/fs/proc/prcontrol.c
809
*sizep = (cred->pr_ngroups - 1) * sizeof (gid32_t);
usr/src/uts/common/sys/acct.h
52
gid32_t ac_gid; /* Accounting group ID */
usr/src/uts/common/sys/fs/smbfs_mount.h
92
gid32_t gid; /* octal group id */
usr/src/uts/common/sys/ipc_impl.h
59
gid32_t gid; /* owner's group id */
usr/src/uts/common/sys/ipc_impl.h
61
gid32_t cgid; /* creator's group id */
usr/src/uts/common/sys/procfs.h
829
gid32_t pr_gid; /* real group id */
usr/src/uts/common/sys/procfs.h
830
gid32_t pr_egid; /* effective group id */
usr/src/uts/common/sys/procfs.h
901
gid32_t pr_egid; /* effective group id */
usr/src/uts/common/sys/procfs.h
902
gid32_t pr_rgid; /* real group id */
usr/src/uts/common/sys/procfs.h
903
gid32_t pr_sgid; /* saved group id (from exec) */
usr/src/uts/common/sys/procfs.h
905
gid32_t pr_groups[1]; /* array of supplementary groups */
usr/src/uts/common/sys/stat.h
357
gid32_t st_gid;
usr/src/uts/common/sys/stat.h
382
gid32_t st_gid;
usr/src/uts/common/sys/vnode.h
565
gid32_t va_gid; /* owner group id */
usr/src/uts/intel/sys/old_procfs.h
519
gid32_t pr_gid; /* real group id */
usr/src/uts/intel/sys/old_procfs.h
550
gid32_t pr_egid; /* effective group id */
usr/src/uts/sparc/sys/old_procfs.h
518
gid32_t pr_gid; /* real group id */
usr/src/uts/sparc/sys/old_procfs.h
549
gid32_t pr_egid; /* effective group id */