MCPcopy Create free account
hub / github.com/F-Stack/f-stack / watchdog_attach

Function watchdog_attach

freebsd/kern/kern_clock.c:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340static void watchdog_config(void *, u_int, int *);
341
342static void
343watchdog_attach(void)
344{
345 EVENTHANDLER_REGISTER(watchdog_list, watchdog_config, NULL, 0);
346}
347
348/*
349 * Clock handling routines.

Callers 1

initclocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected