HomeSort by: relevance | last modified time | path
    Searched defs:sysmon_wdog (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sysmon/
sysmonvar.h 264 struct sysmon_wdog { struct
267 LIST_ENTRY(sysmon_wdog) smw_list;
270 int (*smw_setmode)(struct sysmon_wdog *);
271 int (*smw_tickle)(struct sysmon_wdog *);
282 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
283 int sysmon_wdog_register(struct sysmon_wdog *);
284 int sysmon_wdog_unregister(struct sysmon_wdog *);
sysmonvar.h 264 struct sysmon_wdog { struct
267 LIST_ENTRY(sysmon_wdog) smw_list;
270 int (*smw_setmode)(struct sysmon_wdog *);
271 int (*smw_tickle)(struct sysmon_wdog *);
282 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
283 int sysmon_wdog_register(struct sysmon_wdog *);
284 int sysmon_wdog_unregister(struct sysmon_wdog *);
sysmonvar.h 264 struct sysmon_wdog { struct
267 LIST_ENTRY(sysmon_wdog) smw_list;
270 int (*smw_setmode)(struct sysmon_wdog *);
271 int (*smw_tickle)(struct sysmon_wdog *);
282 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
283 int sysmon_wdog_register(struct sysmon_wdog *);
284 int sysmon_wdog_unregister(struct sysmon_wdog *);

Completed in 37 milliseconds