Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ configure_final
Function
configure_final
freebsd/x86/x86/autoconf.c:114–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
static void
115
configure_final(void *dummy)
116
{
117
118
cninit_finish();
119
120
if (bootverbose)
121
printf(
"Device configuration finished.\n"
);
122
123
cold = 0;
124
}
Callers
nothing calls this directly
Calls
2
cninit_finish
Function · 0.85
printf
Function · 0.50
Tested by
no test coverage detected