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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c322 static int threshold_low_warn[MAX_TEMP_SENSORS] = {0}; local
403 threshold_low_warn[instance] = 0;
423 threshold_low_warn[instance]++;
424 if (threshold_low_warn[instance] == n_read_temp) {
425 threshold_low_warn[instance] = 0;
437 threshold_low_warn[instance] = 0;
454 threshold_low_warn[instance] = 0;

Completed in 60 milliseconds