Home
last modified time | relevance | path

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

/openbsd/sys/dev/ofw/
H A Dofw_thermal.c56 static const char *trip_types[] = { variable
384 for (i = 0; i < nitems(trip_types); i++) { in thermal_zone_triptype()
385 const char *name = trip_types[i]; in thermal_zone_triptype()
550 if (type >= nitems(trip_types)) in thermal_zone_tripname()
553 return (trip_types[type]); in thermal_zone_tripname()