Searched refs:watchdog_init (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c71 static int watchdog_init(void);
148 if (!is_dry_run && watchdog_init() == -1)
265 watchdog_init(void) function
/freebsd-11-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);

Completed in 129 milliseconds