Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sh3/dev/
Dwdog.c140 if (sc->flags & WDOGF_OPEN) in wdogopen()
142 sc->flags |= WDOGF_OPEN; in wdogopen()
154 if (sc->flags & WDOGF_OPEN) in wdogclose()
/netbsd/src/sys/arch/sh3/include/
Dwdogvar.h8 #define WDOGF_OPEN 1 macro