Home
last modified time | relevance | path

Searched defs:sysmon_wdog (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/sysmon/
H A Dsysmonvar.h264 struct sysmon_wdog { struct
267 LIST_ENTRY(sysmon_wdog) smw_list; argument
270 int (*smw_setmode)(struct sysmon_wdog *); argument
271 int (*smw_tickle)(struct sysmon_wdog *); argument
282 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int); argument