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.c126 if ((utim & WD_LASTVAL) != 0 && (utim & WD_INTERVAL) > 0) in wdog_kern_pat()
129 if ((utim & WD_LASTVAL) != 0) { in wdog_kern_pat()
135 utim &= ~WD_LASTVAL; in wdog_kern_pat()
210 if (u & ~(WD_ACTIVE | WD_PASSIVE | WD_LASTVAL | WD_INTERVAL)) in wd_ioctl_patpat()
215 (u & WD_LASTVAL) != 0)) in wd_ioctl_patpat()
/freebsd/sys/sys/
H A Dwatchdog.h67 #define WD_LASTVAL 0x0200000 macro
/freebsd/sys/arm/arm/
H A Dminidump_machdep.c113 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/i386/i386/
H A Dminidump_machdep_base.c110 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.c207 wdog_kern_pat(WD_LASTVAL); in dumpsys_cb_dumpdata()
H A Dvfs_bio.c1402 wdog_kern_pat(WD_LASTVAL); in bufshutdown()
1431 wdog_kern_pat(WD_LASTVAL); in bufshutdown()
H A Dvfs_subr.c3028 wdog_kern_pat(WD_LASTVAL); in sched_sync()