Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/
H A Dipmi.c1456 sc->current_sensor = SLIST_NEXT(sc->current_sensor, list); in ipmi_refresh_sensors()
1457 if (sc->current_sensor == NULL) in ipmi_refresh_sensors()
1458 sc->current_sensor = SLIST_FIRST(&ipmi_sensor_list); in ipmi_refresh_sensors()
1460 if (read_sensor(sc, sc->current_sensor)) { in ipmi_refresh_sensors()
1462 sc->current_sensor->i_sensor.desc); in ipmi_refresh_sensors()
1527 sc->current_sensor = SLIST_FIRST(&ipmi_sensor_list); in ipmi_poll_thread()
H A Dipmivar.h131 struct ipmi_sensor *current_sensor; member