Searched refs:temp_stats (Results 1 – 6 of 6) sorted by relevance
384 struct temp_stats { struct942 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);
57 struct temp_stats tempstat; /* in memory storage of temperature */
430 struct temp_stats tempstat; /* in memory storage of temperature */
471 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in environ_add_temp_kstats()
1582 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()
3000 sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) { in sysctrl_add_kstats()