Searched refs:boot_modules (Results 1 – 3 of 3) sorted by relevance
128 boot_module_t *boot_modules; variable241 for (bm = boot_modules; bm != NULL; bm = bm->bm_next) in module_add_common()256 if (boot_modules == NULL) in module_add_common()257 boot_modules = bm; in module_add_common()259 for (bmp = boot_modules; bmp->bm_next; in module_add_common()690 for (bm = boot_modules; bm; bm = bm->bm_next) { in module_init()725 for (bm = boot_modules; bm; bm = bm->bm_next) { in module_init()
43 extern boot_module_t *boot_modules;
91 struct boot_module *boot_modules; variable486 if ((bmp = boot_modules) == NULL) in module_add()487 boot_modules = bm; in module_add()533 for (bm = boot_modules; bm != NULL; bm = bm->bm_next) { in module_load()563 for (bm = boot_modules; bm != NULL; bm = bm->bm_next) { in module_load()