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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c320 static int threshold_low_shut[MAX_TEMP_SENSORS] = {0}; local
406 threshold_low_shut[instance]++;
407 if (threshold_low_shut[instance] == n_read_temp) {
408 threshold_low_shut[instance] = 0;
420 threshold_low_shut[instance] = 0;
438 threshold_low_shut[instance] = 0;
455 threshold_low_shut[instance] = 0;

Completed in 47 milliseconds