Home
last modified time | relevance | path

Searched refs:temp_stats (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h71 struct temp_stats tempstat;
120 struct temp_stats tempstat;
/titanic_44/usr/src/uts/sun4u/sunfire/sys/
H A Denviron.h57 struct temp_stats tempstat; /* in memory storage of temperature */
H A Dfhc.h386 struct temp_stats { struct
943 void update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value);
944 enum temp_trend temp_trend(struct temp_stats *);
948 void init_temp_arrays(struct temp_stats *envstat);
H A Dsysctrl.h430 struct temp_stats tempstat; /* in memory storage of temperature */
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c471 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in environ_add_temp_kstats()
H A Dfhc.c1583 init_temp_arrays(struct temp_stats *envstat) in init_temp_arrays()
1625 update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value) in update_temp()
1968 temp_trend(struct temp_stats *tempstat) in temp_trend()
2067 struct temp_stats *tempstat; in overtemp_kstat_update()
2072 tempstat = (struct temp_stats *)ksp->ks_private; in overtemp_kstat_update()
2160 bcopy(tempstat, kstatp, sizeof (struct temp_stats)); in overtemp_kstat_update()
H A Dsysctrl.c2997 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in sysctrl_add_kstats()
/titanic_44/usr/src/cmd/stat/kstat/
H A Dkstat.c1274 struct temp_stats *temps = (struct temp_stats *)(kp->ks_data); in save_temperature()
1277 assert(kp->ks_data_size == sizeof (struct temp_stats)); in save_temperature()
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs600 struct temp_stats *tempsp; in save_temperature()
603 PERL_ASSERT(kp->ks_data_size == sizeof (struct temp_stats)); in save_temperature()
604 tempsp = (struct temp_stats *)(kp->ks_data); in save_temperature()