Home
last modified time | relevance | path

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

/netbsd-src/sbin/wdogctl/
H A Dwdogctl.c211 prep_wmode(&wm, WDOG_MODE_ETICKLE, name, period); in enable_ext()
236 (cancel_on_close) ? WDOG_MODE_UTICKLE : WDOG_MODE_ETICKLE, name, in enable_user()
428 case WDOG_MODE_ETICKLE: in list_timers()
/netbsd-src/sys/sys/
H A Dwdog.h96 #define WDOG_MODE_ETICKLE 3 /* external program tickles watchdog */ macro
/netbsd-src/tests/dev/sysmon/
H A Dt_swwdog.c104 wm.wm_mode = WDOG_MODE_ETICKLE; in testbody()
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_wdog.c122 [ WDOG_MODE_ETICKLE ] = "ETICKLE"
/netbsd-src/sys/dev/sysmon/
H A Dsysmon_wdog.c469 case WDOG_MODE_ETICKLE: in sysmon_wdog_setmode()