Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dwatchdog.h102 #define WD_CTRL_RESET 0x00000002 macro
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c106 return (wdog_control(WD_CTRL_RESET)); in wdog_kern_pat()
126 if ((ctrl & WD_CTRL_RESET) != 0) { in wdog_control()