Home
last modified time | relevance | path

Searched refs:RCENTITY_ZONE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c247 arg_entity_type = RCENTITY_ZONE; in main()
274 arg_name_entity = RCENTITY_ZONE; in main()
610 arg_name_entity == RCENTITY_ZONE)) { in main()
1164 rblk_entity = RCENTITY_ZONE; in store_rctls()
1430 arg_entity_type == RCENTITY_ZONE) { in print_rctls()
1805 arg_name_entity == RCENTITY_ZONE && in prctl_setrctl()
2072 if (type == RCENTITY_ZONE) { in grab_process_by_id()
2095 if (type == RCENTITY_ZONE || type == RCENTITY_PROJECT || in grab_process_by_id()
2118 if (type == RCENTITY_ZONE && in grab_process_by_id()
2151 } else if (type == RCENTITY_ZONE) { in grab_process_by_id()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c1328 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_cpu_shares_set()
1362 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_cpu_cap_set()
1404 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_lwps_test()
1421 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_lwps_set()
1459 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_procs_test()
1476 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_procs_set()
1505 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_shmmax_test()
1534 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_shmmni_test()
1563 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_semmni_test()
1592 ASSERT(e->rcep_t == RCENTITY_ZONE); in zone_msgmni_test()
[all …]
H A Drctl.c535 case RCENTITY_ZONE: in rctl_entity_obtain_rset()
570 case RCENTITY_ZONE: in rctl_entity_obtain_entity_p()
2409 case RCENTITY_ZONE: in rctl_register()
2495 case RCENTITY_ZONE: in rctl_global_action()
2924 e.rcep_t = RCENTITY_ZONE; in rctl_incr_locked_mem()
3012 e.rcep_t = RCENTITY_ZONE; in rctl_incr_swap()
3079 e.rcep_t = RCENTITY_ZONE; in rctl_incr_lofi()
/illumos-gate/usr/src/uts/common/syscall/
H A Drctlsys.c629 if (rde->rcd_entity == RCENTITY_ZONE && in rctlsys_set()
688 if ((rde->rcd_entity == RCENTITY_ZONE && in rctlsys_set()
690 (rde->rcd_entity != RCENTITY_ZONE && in rctlsys_set()
740 if ((rde->rcd_entity == RCENTITY_ZONE && in rctlsys_set()
742 (rde->rcd_entity != RCENTITY_ZONE && in rctlsys_set()
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h115 RCENTITY_ZONE enumerator
117 #define RC_MAX_ENTITY RCENTITY_ZONE
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c155 case RCENTITY_ZONE: in rctl_dict()
268 case (RCENTITY_ZONE): in rctl_list()