Searched refs:temp_stats (Results 1 – 9 of 9) sorted by relevance
71 struct temp_stats tempstat;120 struct temp_stats tempstat;
57 struct temp_stats tempstat; /* in memory storage of temperature */
386 struct temp_stats { struct943 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);
430 struct temp_stats tempstat; /* in memory storage of temperature */
471 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in environ_add_temp_kstats()
1583 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()
2997 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in sysctrl_add_kstats()
1274 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()
600 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()