Searched refs:watchdog_init (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/x86/x86/
H A Dmp_watchdog.c85 watchdog_init(void *arg) function
111 SYSINIT(watchdog_init, SI_SUB_DRIVERS, SI_ORDER_ANY, watchdog_init, NULL);
/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c71 static int watchdog_init(void);
140 if (!is_dry_run && watchdog_init() == -1)
257 watchdog_init(void) function

Completed in 90 milliseconds