Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDwatchdog.h82 #define WD_TO_NEVER 0 macro
/freebsd-11-stable/usr.sbin/watchdogd/
HDwatchdogd.c82 static u_int exit_timeout = WD_TO_NEVER;
229 rv = WD_TO_NEVER; in parse_timeout_to_pow2ns()
/freebsd-11-stable/sys/arm/ti/
HDti_wdt.c244 if (cmd == WD_TO_NEVER) { in ti_wdt_event()
/freebsd-11-stable/sys/dev/watchdog/
HDwatchdog.c146 if ((utim & WD_INTERVAL) == WD_TO_NEVER) { in wdog_kern_pat()
/freebsd-11-stable/sys/ddb/
HDdb_command.c758 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) { in db_watchdog()
/freebsd-11-stable/sys/kern/
HDkern_shutdown.c505 wdog_kern_pat(WD_TO_NEVER); in shutdown_halt()