Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dwatchdog.h82 #define WD_TO_NEVER 0 macro
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c80 static u_int exit_timeout = WD_TO_NEVER;
219 rv = WD_TO_NEVER; in parse_timeout_to_pow2ns()
/freebsd/sys/arm/ti/
H A Dti_wdt.c240 if (cmd == WD_TO_NEVER) { in ti_wdt_event()
/freebsd/sys/riscv/sifive/
H A Dfe310_aon.c140 if ((cmd & WD_INTERVAL) == WD_TO_NEVER) { in feaon_wdt_event()
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c146 if ((utim & WD_INTERVAL) == WD_TO_NEVER) { in wdog_kern_pat()
/freebsd/sys/ddb/
H A Ddb_command.c806 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) { in db_watchdog()
/freebsd/sys/kern/
H A Dkern_shutdown.c652 wdog_kern_pat(WD_TO_NEVER); in shutdown_halt()