Home | History | Annotate | Download | only in sysmon

Lines Matching refs:sysmon_wdog

1 /*	$NetBSD: sysmon_wdog.c,v 1.30 2021/12/31 11:05:41 riastradh Exp $	*/
44 __KERNEL_RCSID(0, "$NetBSD: sysmon_wdog.c,v 1.30 2021/12/31 11:05:41 riastradh Exp $");
61 static LIST_HEAD(, sysmon_wdog) sysmon_wdog_list =
66 static struct sysmon_wdog *sysmon_armed_wdog;
71 struct sysmon_wdog *sysmon_wdog_find(const char *);
72 void sysmon_wdog_release(struct sysmon_wdog *);
73 int sysmon_wdog_setmode(struct sysmon_wdog *, int, u_int);
77 void sysmon_wdog_ref(struct sysmon_wdog *);
84 MODULE(MODULE_CLASS_DRIVER, sysmon_wdog, "sysmon");
161 struct sysmon_wdog *smw;
199 struct sysmon_wdog *smw;
323 sysmon_wdog_register(struct sysmon_wdog *smw)
325 struct sysmon_wdog *lsmw;
356 sysmon_wdog_unregister(struct sysmon_wdog *smw)
382 struct sysmon_wdog *smw = sysmon_armed_wdog;
401 struct sysmon_wdog *
404 struct sysmon_wdog *smw;
426 sysmon_wdog_release(struct sysmon_wdog *smw)
437 sysmon_wdog_ref(struct sysmon_wdog *smw)
450 sysmon_wdog_setmode(struct sysmon_wdog *smw, int mode, u_int period)
515 struct sysmon_wdog *smw;
541 struct sysmon_wdog *smw;