Searched defs:sysmon_wdog (Results 1 – 1 of 1) sorted by relevance
264 struct sysmon_wdog { struct267 LIST_ENTRY(sysmon_wdog) smw_list; argument270 int (*smw_setmode)(struct sysmon_wdog *); argument271 int (*smw_tickle)(struct sysmon_wdog *); argument282 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int); argument