Searched refs:wdog_software_attach (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dwatchdog.h122 extern void (*wdog_software_attach)(void);
/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c84 void (*wdog_software_attach)(void); variable
174 if (error == EOPNOTSUPP && first && *wdog_software_attach != NULL) {
175 (*wdog_software_attach)();
/freebsd-13-stable/sys/kern/
H A Dkern_clock.c420 if (wdog_software_attach == NULL)
421 wdog_software_attach = watchdog_attach;

Completed in 98 milliseconds