Searched refs:LGRP_VALID (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c174 * Macro LGRP_VALID returns true when lgrp is present in the system.
176 #define LGRP_VALID(lgrp) (lgrps_bitmap[lgrp] != 0) macro
443 if ((i >= 0) && (i < NLGRPS) && LGRP_VALID(i))
458 if (LGRP_VALID(i))
472 if (LGRP_VALID(i) &&
1026 if (!LGRP_VALID(lgrpid)) {

Completed in 62 milliseconds