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

Function linker_init_kernel_modules

freebsd/kern/kern_linker.c:402–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402static void
403linker_init_kernel_modules(void)
404{
405
406 sx_xlock(&kld_sx);
407 linker_file_register_modules(linker_kernel_file);
408 sx_xunlock(&kld_sx);
409}
410
411SYSINIT(linker_kernel, SI_SUB_KLD, SI_ORDER_ANY, linker_init_kernel_modules,
412 NULL);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected