Searched refs:watchdog (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-13-stable/usr.sbin/watchdogd/
H A DMakefile4 LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog
5 MAN= watchdogd.8 watchdog.8
/freebsd-13-stable/sys/i386/i386/
H A Dminidump_machdep.c41 #include <sys/watchdog.h>
H A Dgeode.c39 #include <sys/watchdog.h>
173 * The GEODE watchdog runs from a 32kHz frequency. One period of that is
174 * 31250 nanoseconds which we round down to 2^14 nanoseconds. The watchdog
252 * The Advantech PCM-582x watchdog expects 0x1 at I/O port 0x0443
253 * every 1.6 secs +/- 30%. Writing 0x0 disables the watchdog
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat339 $offset_i,$offset_f,$drift_i,$drift_f,$compl,$watchdog)
366 $offset_i,$offset_f,$drift_i,$drift_f,$compl_i,$compl_f,$watchdog)
371 $time -= $watchdog;
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_mscm.c46 #include <sys/watchdog.h>
H A Dvf_tcon.c46 #include <sys/watchdog.h>
H A Dvf_dmamux.c46 #include <sys/watchdog.h>
H A Dvf_src.c46 #include <sys/watchdog.h>
H A Dvf_iomuxc.c46 #include <sys/watchdog.h>
H A Dvf_port.c46 #include <sys/watchdog.h>
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h72 uint32_t queue_removes_at_last_tick; /* Used by watchdog */
117 } watchdog; member in struct:cpsw_softc
/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c51 #include <sys/watchdog.h>
65 watchdog */
73 SYSCTL_NODE(_hw, OID_AUTO, watchdog, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
74 "Main watchdog device");
81 static time_t wd_lastpat = 0; /* when the watchdog was last patted */
83 /* Hook for external software watchdog to register for use if needed */
143 * This can be zero (to disable the watchdog)
152 /* Assume all is well; watchdog signals failure. */
155 /* Assume no watchdog available; watchdog flag
[all...]
/freebsd-13-stable/sys/dev/ftwd/
H A Dftwd.c38 #include <sys/watchdog.h>
77 device_printf(dev, "disabling watchdog\n");
80 "arm watchdog to %d %s%s (Was: 0x%02x)\n",
120 * We do not touch the watchdog at this time, it might be armed
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dar5315_wdog.c38 #include <sys/watchdog.h>
96 device_set_desc(dev, "Atheros AR531x watchdog timer");
110 "enable watchdog debugging");
113 "whether the watchdog is armed");
116 "whether the system rebooted from the watchdog");
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_wdog.c40 #include <sys/watchdog.h>
84 * Make sure the watchdog is set to NOACTION and give it
120 device_set_desc(dev, "Atheros AR71XX watchdog timer");
134 "enable watchdog debugging");
137 "watchdog triggers NMI instead of reset");
140 "whether the watchdog is armed");
143 "whether the system rebooted from the watchdog");
158 "Previous reset was due to watchdog timeout\n");
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_sramc.c43 #include <sys/watchdog.h>
/freebsd-13-stable/sys/arm/allwinner/a20/
H A Da20_cpu_cfg.c43 #include <sys/watchdog.h>
/freebsd-13-stable/sys/x86/x86/
H A Dmp_watchdog.c53 * from being scheduled there, and uses it as a "watchdog" to detect kernel
55 * processors in Xeon hardware. The watchdog is configured by setting the
56 * debug.watchdog sysctl/tunable to the CPU of interest. A callout will then
58 * thread. If the timer reaches 0, the watchdog fires by ether dropping
60 * This is a somewhat less efficient substitute for dedicated watchdog
63 * XXXRW: This should really use the watchdog(9)/watchdog(4) framework, but
79 * Number of seconds before the watchdog will fire if the callout fails to
94 * This callout resets a timer until the watchdog kicks in. It acquires some
119 * Disable the watchdog
[all...]
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c38 #include <sys/watchdog.h>
/freebsd-13-stable/sys/dev/itwd/
H A Ditwd.c38 #include <sys/watchdog.h>
83 * watchdog(9) protocol.
/freebsd-13-stable/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c50 #include <sys/watchdog.h>
/freebsd-13-stable/sys/dev/viawd/
H A Dviawd.c41 #include <sys/watchdog.h>
53 { DEVICEID_VT8251, "VIA VT8251 watchdog timer" },
54 { DEVICEID_CX700, "VIA CX700 watchdog timer" },
55 { DEVICEID_VX800, "VIA VX800 watchdog timer" },
56 { DEVICEID_VX855, "VIA VX855 watchdog timer" },
57 { DEVICEID_VX900, "VIA VX900 watchdog timer" },
92 * the watchdog or change the initial timeout value.
160 device_printf(dev, "Can not find watchdog device.\n");
165 /* Get watchdog memory base. */
178 device_printf(dev, "Unable to map watchdog memor
[all...]
/freebsd-13-stable/sys/dev/xilinx/
H A Daxi_quad_spi.c51 #include <sys/watchdog.h>
/freebsd-13-stable/sys/mips/mips/
H A Dminidump_machdep.c42 #include <sys/watchdog.h>
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_wdog.c40 #include <sys/watchdog.h>
161 "enable watchdog debugging");
164 "whether the watchdog is armed");
210 ("got watchdog interrupt for core %u on core %u.",
225 device_set_desc(dev, "Cavium Octeon watchdog timer");

Completed in 291 milliseconds

1234