<dec f='src/src/sys/sys/module.h' l='182' type='int module_builtin_add(modinfo_t *const * , size_t , _Bool )'/>
<def f='src/src/sys/kern/kern_module.c' l='206' ll='290' type='int module_builtin_add(modinfo_t *const * mip, size_t nmodinfo, _Bool init)'/>
<use f='src/src/sys/kern/kern_module.c' l='372' u='c' c='module_init'/>
<doc f='src/src/sys/kern/kern_module.c' l='198'>/*
 * Add modules to the builtin list.  This can done at boottime or
 * at runtime if the module is linked into the kernel with an
 * external linker.  All or none of the input will be handled.
 * Optionally, the modules can be initialized.  If they are not
 * initialized, module_init_class() or module_load() can be used
 * later, but these are not guaranteed to give atomic results.
 */</doc>
