Searched refs:tz_ntrips (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/ofw/
H A Dofw_thermal.c88 int tz_ntrips; member in struct:thermal_zone
315 for (i = 0; i < tz->tz_ntrips; i++) {
434 tz->tz_ntrips++;
436 tz->tz_trips = mallocarray(tz->tz_ntrips, sizeof(struct trippoint),
447 for (i = 0; i < tz->tz_ntrips; i++) {
456 (tz->tz_ntrips - (i + 1)) * sizeof(*tp));

Completed in 193 milliseconds