Home
last modified time | relevance | path

Searched refs:temp_cnt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1793 envstat->temp_cnt = 0; in update_temp()
1854 if (envstat->temp_cnt == 0) { in update_temp()
1855 envstat->temp_cnt = TEMP_STATE_COUNT; in update_temp()
1856 } else if (--envstat->temp_cnt == 0) { in update_temp()
1899 envstat->temp_cnt = 0; in update_temp()
/titanic_41/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h396 int temp_cnt; /* counter for state changes */ member
/titanic_41/usr/src/cmd/stat/kstat/
H A Dkstat.c1304 SAVE_INT32(ksi, temps, temp_cnt); in save_temperature()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs615 SAVE_INT32(self, tempsp, temp_cnt); in save_temperature()