thermal_zone
static void thermal_zone_kstat_attach(struct thermal_zone *);
static void thermal_zone_kstat_update(struct thermal_zone *);
LIST_HEAD(, thermal_zone) thermal_zones =
struct thermal_zone *tz;
struct thermal_zone *tz = arg;
cmap_deactivate(struct thermal_zone *tz, struct cmap *cm)
cmap_activate(struct thermal_zone *tz, struct cmap *cm, int32_t delta)
cmap_finish(struct thermal_zone *tz)
struct thermal_zone *tz = arg;
struct thermal_zone *tz;
tz = malloc(sizeof(struct thermal_zone), M_DEVBUF, M_ZERO | M_WAITOK);
thermal_zone_kstat_update(struct thermal_zone *tz)
thermal_zone_kstat_attach(struct thermal_zone *tz)
LIST_ENTRY(thermal_zone) tz_list;