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

/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1336 int32_t current_val; local
1365 if (picl_get_propval_by_name(nodeh, prop, &current_val,
1366 sizeof (current_val)) != PICL_SUCCESS) {
1395 current_val <= lo_poweroff) ||
1397 current_val >= hi_poweroff)) {
1400 current_val <= lo_shutdown) ||
1402 current_val >= hi_shutdown)) {
1405 current_val <= lo_warning) ||
1407 current_val >= hi_warning)) {
1501 display_val = (double)current_val;
1554 char current_val[PICL_PROPNAMELEN_MAX]; local
[all...]

Completed in 20 milliseconds