Searched refs:WD_LASTVAL (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dwatchdog.h67 #define WD_LASTVAL 0x0200000 macro
/freebsd-10.0-release/sys/dev/watchdog/
H A Dwatchdog.c119 if ((utim & WD_LASTVAL) != 0 && (utim & WD_INTERVAL) > 0)
122 if ((utim & WD_LASTVAL) != 0) {
124 * if WD_LASTVAL is set, fill in the bits for timeout
128 utim &= ~WD_LASTVAL;
192 if (u & ~(WD_ACTIVE | WD_PASSIVE | WD_LASTVAL | WD_INTERVAL))
197 (u & WD_LASTVAL) != 0))
/freebsd-10.0-release/sys/ia64/ia64/
H A Ddump_machdep.c135 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Ddump_machdep.c138 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/kern/
H A Dkern_shutdown.c333 wdog_kern_pat(WD_LASTVAL);
360 wdog_kern_pat(WD_LASTVAL);
H A Dvfs_subr.c1831 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/arm/arm/
H A Ddump_machdep.c198 wdog_kern_pat(WD_LASTVAL);
H A Dminidump_machdep.c147 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/mips/mips/
H A Ddump_machdep.c191 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/x86/x86/
H A Ddump_machdep.c200 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dminidump_machdep.c182 wdog_kern_pat(WD_LASTVAL);
/freebsd-10.0-release/sys/i386/i386/
H A Dminidump_machdep.c145 wdog_kern_pat(WD_LASTVAL);

Completed in 118 milliseconds