Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c102 if ((utim & WD_LASTVAL) != 0 && (utim & WD_INTERVAL) > 0) in wdog_kern_pat()
105 if ((utim & WD_LASTVAL) != 0) { in wdog_kern_pat()
214 if (u & ~(WD_ACTIVE | WD_PASSIVE | WD_LASTVAL | WD_INTERVAL)) in wd_ioctl_patpat()
219 (u & WD_LASTVAL) != 0)) in wd_ioctl_patpat()
/freebsd/sys/sys/
H A Dwatchdog.h70 #define WD_LASTVAL 0x0200000 macro
/freebsd/sys/arm/arm/
H A Dminidump_machdep.c113 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd/sys/i386/i386/
H A Dminidump_machdep_base.c107 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd/sys/riscv/riscv/
H A Dminidump_machdep.c124 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd/sys/amd64/amd64/
H A Dminidump_machdep.c121 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd/sys/arm64/arm64/
H A Dminidump_machdep.c119 wdog_kern_pat(WD_LASTVAL); in blk_write()
/freebsd/sys/kern/
H A Dkern_dump.c208 wdog_kern_pat(WD_LASTVAL); in dumpsys_cb_dumpdata()
H A Dvfs_bio.c1416 wdog_kern_pat(WD_LASTVAL); in bufshutdown()
1445 wdog_kern_pat(WD_LASTVAL); in bufshutdown()
H A Dvfs_subr.c3110 wdog_kern_pat(WD_LASTVAL); in sched_sync()