Searched refs:shutdown_temp (Results 1 – 1 of 1) sorted by relevance
978 int shutdown_temp = 0; in pcf8591_temp_kstat_update() local1006 shutdown_temp = ((envctrl_temp_t *)kstatp)->shutdown_threshold; in pcf8591_temp_kstat_update()1008 if (shutdown_temp < SHUTDOWN_TEMP_MIN || shutdown_temp > in pcf8591_temp_kstat_update()1014 if (warn_temp < 0 || shutdown_temp <= warn_temp) { in pcf8591_temp_kstat_update()1021 unitp->temp_kstats.shutdown_threshold = shutdown_temp; in pcf8591_temp_kstat_update()1079 int warning_temp, shutdown_temp; in pcf8591_read_props() local1229 shutdown_temp = (int)ddi_getprop(DDI_DEV_T_ANY, dip, in pcf8591_read_props()1236 unitp->temp_kstats.shutdown_threshold = shutdown_temp; in pcf8591_read_props()