Home
last modified time | relevance | path

Searched refs:P_GID (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dprocset.c224 case P_GID: in checkprocset()
244 case P_GID: in checkprocset()
341 case P_GID: in procinset()
431 case P_GID: in procinset()
581 case P_GID: in lwpinset()
667 case P_GID: in lwpinset()
820 case P_GID: in getmyid()
/titanic_41/usr/src/cmd/priocntl/
H A Dsubr.c89 { P_GID, "gid" },
202 case P_GID:
268 case P_GID:
361 if (idtype == P_UID || idtype == P_GID) { in verifyupri()
407 case P_GID: in verifyupri()
H A Dpriocntl.c585 if (idtype == P_UID || idtype == P_GID) {
647 case P_GID:
849 if (idtype == P_UID || idtype == P_GID) {
930 case P_GID:
/titanic_41/usr/src/uts/common/sys/
H A Dprocset.h72 P_GID, /* A group identifier. */ enumerator
/titanic_41/usr/src/cmd/truss/
H A Dprocset.c95 case P_GID: str = "P_GID"; break; in idtype_enum()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsetpriority.c69 return (P_GID); in prio_to_idtype()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c102 P_GID, /* A group identifier. */ enumerator