Searched refs:shutdown_temp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c978 int shutdown_temp = 0; local
1006 shutdown_temp = ((envctrl_temp_t *)kstatp)->shutdown_threshold;
1008 if (shutdown_temp < SHUTDOWN_TEMP_MIN || shutdown_temp >
1014 if (warn_temp < 0 || shutdown_temp <= warn_temp) {
1021 unitp->temp_kstats.shutdown_threshold = shutdown_temp;
1079 int warning_temp, shutdown_temp; local
1229 shutdown_temp = (int)ddi_getprop(DDI_DEV_T_ANY, dip,
1236 unitp->temp_kstats.shutdown_threshold = shutdown_temp;

Completed in 44 milliseconds