Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sysmon/
H A Dsysmonvar.h252 struct sysmon_wdog { struct
255 LIST_ENTRY(sysmon_wdog) smw_list; argument
258 int (*smw_setmode)(struct sysmon_wdog *); argument
259 int (*smw_tickle)(struct sysmon_wdog *); argument
270 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int); argument