Home
last modified time | relevance | path

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

/freebsd/sys/dev/ow/
H A Dow_temp.c56 #define OW_TEMP_RUNNING 0x02 macro
139 sc->flags |= OW_TEMP_RUNNING; in ow_temp_event_thread()
181 sc->flags &= ~OW_TEMP_RUNNING; in ow_temp_event_thread()
255 while (sc->flags & OW_TEMP_RUNNING) { in ow_temp_detach()