Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
340
static void watchdog_config(void *, u_int, int *);
341
342
static void
343
watchdog_attach(void)
344
{
345
EVENTHANDLER_REGISTER(watchdog_list, watchdog_config, NULL, 0);
346
}
347
348
/*
349
* Clock handling routines.
Callers
1
initclocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected