Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dwatchdog.h101 #define WD_SOFT_MASK 0x0f /* all of the above */ macro
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c199 if ((act & ~(WD_SOFT_MASK)) != 0) in wd_valid_act()