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

12345

/freebsd-10.3-release/usr.sbin/watchdogd/
H A DMakefile4 LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog
5 MAN= watchdogd.8 watchdog.8
/freebsd-10.3-release/sys/arm/versatile/
H A Dversatile_timer.c39 #include <sys/watchdog.h>
/freebsd-10.3-release/sys/arm/ti/cpsw/
H A Dif_cpswvar.h57 uint32_t queue_removes_at_last_tick; /* Used by watchdog */
99 } watchdog; member in struct:cpsw_softc
/freebsd-10.3-release/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-10.3-release/sys/dev/sn/
H A Dif_snvar.h36 struct callout watchdog; member in struct:sn_softc
/freebsd-10.3-release/sys/arm/freescale/vybrid/
H A Dvf_mscm.c44 #include <sys/watchdog.h>
H A Dvf_tcon.c44 #include <sys/watchdog.h>
H A Dvf_dmamux.c44 #include <sys/watchdog.h>
H A Dvf_src.c44 #include <sys/watchdog.h>
/freebsd-10.3-release/sys/arm/xscale/i80321/
H A Di80321_wdog.c48 #include <sys/watchdog.h>
119 /* Valid value -> Enable watchdog */
124 /* Can't disable this watchdog! */
/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Dixp425_wdog.c38 #include <sys/watchdog.h>
81 /* disable watchdog */
/freebsd-10.3-release/sys/dev/watchdog/
H A Dwatchdog.c34 __FBSDID("$FreeBSD: releng/10.3/sys/dev/watchdog/watchdog.c 287928 2015-09-17 18:19:55Z rstone $");
47 #include <sys/watchdog.h>
62 watchdog */
70 SYSCTL_NODE(_hw, OID_AUTO, watchdog, CTLFLAG_RD, 0, "Main watchdog device");
77 static time_t wd_lastpat = 0; /* when the watchdog was last patted */
136 * This can be zero (to disable the watchdog)
145 /* Assume all is well; watchdog signals failure. */
148 /* Assume no watchdog availabl
[all...]
/freebsd-10.3-release/sys/mips/atheros/
H A Dar71xx_wdog.c37 #include <sys/watchdog.h>
94 device_set_desc(dev, "Atheros AR71XX watchdog timer");
108 "enable watchdog debugging");
111 "whether the watchdog is armed");
114 "whether the system rebooted from the watchdog");
130 "Previous reset was due to watchdog timeout\n");
/freebsd-10.3-release/sys/i386/i386/
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
71 TUNABLE_INT("debug.watchdog", &watchdog_cpu);
80 * Number of seconds before the watchdog will fire if the callout fails to
95 * This callout resets a timer until the watchdog kick
[all...]
/freebsd-10.3-release/sys/arm/allwinner/
H A Da10_sramc.c41 #include <sys/watchdog.h>
H A Da10_clk.c41 #include <sys/watchdog.h>
H A Da10_wdog.c31 #include <sys/watchdog.h>
161 * disable watchdog as watchdog(9) requires
181 printf("Reset: watchdog device has not been initialized\n");
/freebsd-10.3-release/sys/arm/allwinner/a20/
H A Da20_cpu_cfg.c41 #include <sys/watchdog.h>
/freebsd-10.3-release/sys/arm/rockchip/
H A Drk30xx_grf.c41 #include <sys/watchdog.h>
H A Drk30xx_pmu.c41 #include <sys/watchdog.h>
/freebsd-10.3-release/sys/arm/samsung/exynos/
H A Dexynos5_mct.c43 #include <sys/watchdog.h>
/freebsd-10.3-release/sys/amd64/amd64/
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
71 TUNABLE_INT("debug.watchdog", &watchdog_cpu);
80 * Number of seconds before the watchdog will fire if the callout fails to
95 * This callout resets a timer until the watchdog kick
[all...]
/freebsd-10.3-release/sys/arm/at91/
H A Dat91_pit.c41 #include <sys/watchdog.h>
/freebsd-10.3-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c31 #include <sys/watchdog.h>
148 * disable watchdog as watchdog(9) requires
/freebsd-10.3-release/sys/arm/freescale/imx/
H A Dimx_wdog.c41 #include <sys/watchdog.h>

Completed in 128 milliseconds

12345