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

/opensolaris-onvv-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c1697 uint_t temp_degree_c; local
1731 temp_degree_c = _cpu_temps[data[i]];
1733 temp_degree_c = ((int)data[i] * t_scale_num[j]) /
1778 temp_degree_c, data[i], unitp->temp_kstats[j].label);
1780 unitp->temp_kstats[j].value = temp_degree_c;
1781 if ((temp_degree_c >=
1783 (temp_degree_c < unitp->temp_kstats[j].min)) {
1790 temp_degree_c, unitp->temp_kstats[j].label);
1792 if (temp_degree_c >=
1800 temp_degree_c, unit
[all...]

Completed in 108 milliseconds