Searched refs:sysmon_wdog_setmode (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/sysmon/
H A Dsysmon_wdog.c73 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
174 error = sysmon_wdog_setmode(smw,
240 error = sysmon_wdog_setmode(smw, wm->wm_mode,
445 * sysmon_wdog_setmode:
450 sysmon_wdog_setmode(struct sysmon_wdog *smw, int mode, u_int period) function
548 if (sysmon_wdog_setmode(smw, WDOG_MODE_DISARMED,
H A Dsysmonvar.h282 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_wdog.c104 extern int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
205 error = sysmon_wdog_setmode(&sc->sc_smw, RA_WDOG_DEFAULT_MODE,
/netbsd-current/sys/arch/arm/imx/
H A Dimxwdog.c177 int error = sysmon_wdog_setmode(&sc->sc_smw, WDOG_MODE_KTICKLE,
/netbsd-current/sys/arch/powerpc/booke/dev/
H A De500wdog.c179 int error = sysmon_wdog_setmode(&sc->sc_smw, WDOG_MODE_KTICKLE,
/netbsd-current/sys/dev/pci/
H A Dweasel_pci.c72 extern int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
347 sysmon_wdog_setmode(smw, WDOG_MODE_DISARMED, 0);
/netbsd-current/sys/arch/arm/cortex/
H A Da9wdt.c250 int error = sysmon_wdog_setmode(&sc->sc_smw, WDOG_MODE_KTICKLE,
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_wdt.c275 error = sysmon_wdog_setmode(&sc->sc_smw, WDOG_MODE_KTICKLE,
/netbsd-current/sys/arch/arm/nxp/
H A Dimxwdog.c222 error = sysmon_wdog_setmode(&sc->sc_smw, WDOG_MODE_KTICKLE,
/netbsd-current/sys/arch/mips/cavium/
H A Docteon_cpunode.c488 int error = sysmon_wdog_setmode(&sc->sc_smw, WDOG_MODE_KTICKLE,

Completed in 474 milliseconds