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

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1134 int32_t current_val; local
1163 if (picl_get_propval_by_name(nodeh, prop, &current_val,
1164 sizeof (current_val)) != PICL_SUCCESS) {
1193 current_val <= lo_poweroff) ||
1195 current_val >= hi_poweroff)) {
1198 current_val <= lo_shutdown) ||
1200 current_val >= hi_shutdown)) {
1203 current_val <= lo_warning) ||
1205 current_val >= hi_warning)) {
1299 display_val = (double)current_val;
1352 char current_val[PICL_PROPNAMELEN_MAX]; local
[all...]

Completed in 67 milliseconds