Home
last modified time | relevance | path

Searched refs:WD_LASTVAL (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/watchdog/
Dwatchdog.c128 if ((utim & WD_LASTVAL) != 0 && (utim & WD_INTERVAL) > 0) in wdog_kern_pat()
131 if ((utim & WD_LASTVAL) != 0) { in wdog_kern_pat()
137 utim &= ~WD_LASTVAL; in wdog_kern_pat()
212 if (u & ~(WD_ACTIVE | WD_PASSIVE | WD_LASTVAL | WD_INTERVAL)) in wd_ioctl_patpat()
217 (u & WD_LASTVAL) != 0)) in wd_ioctl_patpat()
/freebsd-12-stable/sys/sys/
Dwatchdog.h69 #define WD_LASTVAL 0x0200000 macro
/freebsd-12-stable/sys/mips/mips/
Dminidump_machdep.c167 wdog_kern_pat(WD_LASTVAL); in write_buffer()
/freebsd-12-stable/sys/arm/arm/
Dminidump_machdep.c137 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd-12-stable/sys/i386/i386/
Dminidump_machdep.c135 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd-12-stable/sys/riscv/riscv/
Dminidump_machdep.c185 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd-12-stable/sys/kern/
Dkern_dump.c204 wdog_kern_pat(WD_LASTVAL); in dumpsys_cb_dumpdata()
Dvfs_bio.c1349 wdog_kern_pat(WD_LASTVAL); in bufshutdown()
1376 wdog_kern_pat(WD_LASTVAL); in bufshutdown()
Dvfs_subr.c2415 wdog_kern_pat(WD_LASTVAL); in sched_sync()
/freebsd-12-stable/sys/arm64/arm64/
Dminidump_machdep.c179 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd-12-stable/sys/amd64/amd64/
Dminidump_machdep.c180 wdog_kern_pat(WD_LASTVAL); in blk_write()