Searched refs:P_CTID (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | procset.c | 228 case P_CTID: in checkprocset() 248 case P_CTID: in checkprocset() 363 case P_CTID: in procinset() 453 case P_CTID: in procinset() 603 case P_CTID: in lwpinset() 689 case P_CTID: in lwpinset() 835 case P_CTID: in getmyid()
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | subr.c | 93 { P_CTID, "ctid" }, 218 case P_CTID: { 284 case P_CTID: { 427 case P_CTID: in verifyupri()
|
H A D | priocntl.c | 671 case P_CTID: 966 case P_CTID:
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procset.h | 79 P_CTID, /* A (process) contract identifier. */ enumerator
|
/titanic_41/usr/src/cmd/truss/ |
H A D | procset.c | 101 case P_CTID: str = "P_CTID"; break; in idtype_enum()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 87 return (P_CTID); in prio_to_idtype()
|
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 227 (void) sigsend(P_CTID, startdct, SIGSTOP); in stop_startd() 239 (void) sigsend(P_CTID, startdct, SIGCONT); in continue_startd() 358 (void) sigsend(P_CTID, ctid, SIGSTOP); in stop_delegates() 382 (void) sigsend(P_CTID, next->ctid, SIGCONT); in continue_delegates()
|
/titanic_41/usr/src/cmd/audit/ |
H A D | audit.c | 186 if (sigsend(P_CTID, (ctid_t)*cid, sig) != 0) { in sig_auditd()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | contract.c | 66 if (sigsend(P_CTID, ctid, sig) == -1 && errno != ESRCH) { in contract_kill()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | processor_bind.c | 319 case P_CTID: in processor_bind()
|
H A D | pset.c | 654 case P_CTID: in pset_bind()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | repval.c | 737 if (sigsend(P_CTID, (ctid_t)spval->val, sig) == -1 && in iterate_repository_contracts()
|