thermal_zone_t
static thermal_zone_t *zone_list;
thermal_zone_t *tzp = zone_list;
thermal_zone_t *tzp = (thermal_zone_t *)ctx;
static thermal_zone_t *
thermal_zone_t *tzp;
tzp = kmem_zalloc(sizeof (thermal_zone_t), KM_SLEEP);
thermal_zone_t *tzp = zone_list;
thermal_zone_t *next;
kmem_free(tzp, sizeof (thermal_zone_t));
tzmon_discard_buffers(thermal_zone_t *tzp)
tzmon_enumerate_zone(ACPI_HANDLE obj, thermal_zone_t *tzp, int enum_flag)
thermal_zone_t *tzp = (thermal_zone_t *)ctx;
tzmon_eval_zone(thermal_zone_t *tzp)
static thermal_zone_t *tzmon_alloc_zone();
static void tzmon_discard_buffers(thermal_zone_t *tzp);
static void tzmon_enumerate_zone(ACPI_HANDLE obj, thermal_zone_t *tzp,
static void tzmon_eval_zone(thermal_zone_t *tzp);