Home
last modified time | relevance | path

Searched refs:boot_modules (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/i386/stand/lib/
Dexec.c128 boot_module_t *boot_modules; variable
241 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()
Dbootmod.h43 extern boot_module_t *boot_modules;
/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dmain.c91 struct boot_module *boot_modules; variable
486 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()