Searched refs:P_ZONEID (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | procset.c | 227 case P_ZONEID: in checkprocset() 247 case P_ZONEID: in checkprocset() 358 case P_ZONEID: in procinset() 448 case P_ZONEID: in procinset() 598 case P_ZONEID: in lwpinset() 684 case P_ZONEID: in lwpinset() 832 case P_ZONEID: in getmyid()
|
H A D | pool.c | 711 case P_ZONEID: in pool_bind() 1370 if (idtype == P_ZONEID) { in pool_do_bind() 1572 if ((!INGLOBALZONE(p) && idtype != P_ZONEID && in pool_do_bind() 1604 if (idtype == P_POOLID || idtype == P_ZONEID) in pool_do_bind() 1709 case P_ZONEID: in pool_do_bind()
|
/titanic_41/usr/src/cmd/pools/poolbind/ |
H A D | poolbind.c | 69 { P_ZONEID, "zoneid" }, 217 (idtype == P_ZONEID && in process_ids() 228 if (idtype == P_ZONEID) { in process_ids()
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | subr.c | 92 { P_ZONEID, "zoneid" }, 214 case P_ZONEID: 280 case P_ZONEID: 422 case P_ZONEID: in verifyupri()
|
H A D | priocntl.c | 665 case P_ZONEID: 957 case P_ZONEID:
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procset.h | 78 P_ZONEID, /* A zone identifier. */ enumerator
|
/titanic_41/usr/src/cmd/truss/ |
H A D | procset.c | 100 case P_ZONEID: str = "P_ZONEID"; break; in idtype_enum()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 84 return (P_ZONEID); in prio_to_idtype()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | processor_bind.c | 305 case P_ZONEID: in processor_bind()
|
H A D | pset.c | 641 case P_ZONEID: in pset_bind()
|
/titanic_41/usr/src/cmd/psrset/ |
H A D | psrset.c | 899 } else if (pset_bind(pset, P_ZONEID, zid, in main()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4396 if (pool_set_binding(tmp_name, P_ZONEID, zoneid) != PO_SUCCESS) in zonecfg_bind_tmp_pool() 4461 if (pool_set_binding(poolname, P_ZONEID, zoneid) != PO_SUCCESS) { in zonecfg_bind_pool()
|