Home
last modified time | relevance | path

Searched refs:thermal_zone_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c78 static thermal_zone_t *tzmon_alloc_zone();
143 static thermal_zone_t *zone_list;
247 thermal_zone_t *tzp = zone_list; in tzmon_detach()
278 thermal_zone_t *tzp = (thermal_zone_t *)ctx; in tzmon_notify_zone()
317 static thermal_zone_t *
320 thermal_zone_t *tzp; in tzmon_alloc_zone()
336 thermal_zone_t *tzp = zone_list; in tzmon_free_zone_list()
339 thermal_zone_t *next; in tzmon_free_zone_list()
367 kmem_free(tzp, sizeof (thermal_zone_t)); in tzmon_free_zone_list()
582 thermal_zone_t *tzp = (thermal_zone_t *)ctx; in tzmon_monitor()
[all …]
H A Dtzmon.h59 } thermal_zone_t; typedef