Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c81 void (*wdog_software_attach)(void); variable
171 if (error == EOPNOTSUPP && first && *wdog_software_attach != NULL) { in wdog_kern_pat()
172 (*wdog_software_attach)(); in wdog_kern_pat()
/freebsd/sys/sys/
H A Dwatchdog.h120 extern void (*wdog_software_attach)(void);
/freebsd/sys/kern/
H A Dkern_clock.c443 if (wdog_software_attach == NULL) in initclocks()
444 wdog_software_attach = watchdog_attach; in initclocks()