Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h384 struct temp_stats { struct
942 void update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value);
943 enum temp_trend temp_trend(struct temp_stats *);
947 void init_temp_arrays(struct temp_stats *envstat);
H A Denviron.h57 struct temp_stats tempstat; /* in memory storage of temperature */
H A Dsysctrl.h430 struct temp_stats tempstat; /* in memory storage of temperature */
/illumos-gate/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.c1582 init_temp_arrays(struct temp_stats *envstat) in init_temp_arrays()
1624 update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value) in update_temp()
1967 temp_trend(struct temp_stats *tempstat) in temp_trend()
2066 struct temp_stats *tempstat; in overtemp_kstat_update()
2071 tempstat = (struct temp_stats *)ksp->ks_private; in overtemp_kstat_update()
2159 bcopy(tempstat, kstatp, sizeof (struct temp_stats)); in overtemp_kstat_update()
H A Dsysctrl.c3000 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in sysctrl_add_kstats()