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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c323 static int threshold_high_warn[MAX_TEMP_SENSORS] = {0}; local
405 threshold_high_warn[instance] = 0;
422 threshold_high_warn[instance] = 0;
439 threshold_high_warn[instance] = 0;
457 threshold_high_warn[instance]++;
458 if (threshold_high_warn[instance] == n_read_temp) {
459 threshold_high_warn[instance] = 0;

Completed in 47 milliseconds