temp_stats
sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) {
init_temp_arrays(struct temp_stats *envstat)
update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value)
temp_trend(struct temp_stats *tempstat)
struct temp_stats *tempstat;
tempstat = (struct temp_stats *)ksp->ks_private;
bcopy(tempstat, kstatp, sizeof (struct temp_stats));
sizeof (struct temp_stats), KSTAT_FLAG_PERSISTENT)) == NULL) {
struct temp_stats tempstat; /* in memory storage of temperature */
void update_temp(dev_info_t *pdip, struct temp_stats *envstat, uchar_t value);
enum temp_trend temp_trend(struct temp_stats *);
void init_temp_arrays(struct temp_stats *envstat);
struct temp_stats tempstat; /* in memory storage of temperature */