MCPcopy 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
114static void
115configure_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_finishFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected