Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c222 case P_CID: in checkprocset()
242 case P_CID: in checkprocset()
321 case P_CID: in procinset()
416 case P_CID: in procinset()
569 case P_CID: in lwpinset()
655 case P_CID: in lwpinset()
811 case P_CID: in getmyid()
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c84 { P_CID, "class" },
186 case P_CID:
254 case P_CID:
429 case P_CID: in verifyupri()
H A Dpriocntl.c351 if (idtype == P_CID) { in print_procs()
630 case P_CID: in set_procs()
898 case P_CID: in ids2pids()
H A Dtspriocntl.c380 if (idtype == P_CID) { in set_tsprocs()
H A Dfsspriocntl.c364 if (idtype == P_CID) { in set_fssprocs()
H A Drtpriocntl.c433 if (idtype == P_CID) { in set_rtprocs()
H A Diapriocntl.c404 if (idtype == P_CID) { in set_iaprocs()
H A Dfxpriocntl.c442 if (idtype == P_CID) { in set_fxprocs()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h68 P_CID, /* A scheduling class identifier. */ enumerator
/illumos-gate/usr/src/cmd/truss/
H A Dprocset.c90 case P_CID: str = "P_CID"; break; in idtype_enum()