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

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_impl.h162 sensor_data_t hi_warn; /* sd_hi_warn */ member in struct:envresp_thresholds
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h70 int32_t hi_warn; /* high warning threshold */ member in struct:__anon1169
93 int32_t hi_warn; /* high warning threshold */ member in struct:__anon1172
121 int32_t hi_warn; /* high warning threshold */ member in struct:__anon1177
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c408 int32_t lo_warn, hi_warn, lo_shut, hi_shut; local
437 status = psvc_get_attr(hdlp, id, PSVC_HI_WARN_ATTR, &hi_warn);
464 ((features & PSVC_HIGH_WARN) && temp >= hi_warn))
481 } else if ((features & PSVC_HIGH_WARN) && temp >= hi_warn) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c309 int32_t lo_warn, hi_warn, lo_shut, hi_shut; local
355 status = psvc_get_attr(hdlp, id, PSVC_HI_WARN_ATTR, &hi_warn);
392 * hi_shut, hi_warn) is detected we will not take an action
453 } else if ((features & PSVC_HIGH_WARN) && temp > hi_warn) {
1037 int32_t amps, hi_warn; local
1061 &hi_warn);
1073 if (amps >= hi_warn) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c711 static int32_t hi_warn[DAKTARI_MAX_PS][DAK_MAX_PS_I_SENSORS]; local
730 PSVC_HI_WARN_ATTR, &(hi_warn[i][j]));
805 if (amps >= hi_warn[i][j]) {

Completed in 86 milliseconds