Searched defs:rblk_entity (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1133 rctl_entity_t rblk_entity; local
1152 rblk_entity = 0;
1155 rblk_entity = RCENTITY_PROCESS;
1158 rblk_entity = RCENTITY_PROJECT;
1161 rblk_entity = RCENTITY_TASK;
1164 rblk_entity = RCENTITY_ZONE;
1169 (arg_entity_string == NULL || rblk_entity >= arg_entity_type)) {
1203 rblk_entity == arg_entity_type)) {

Completed in 62 milliseconds