Searched refs:boot_module_t (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | bootmod.h | 41 } boot_module_t; typedef 43 extern boot_module_t *boot_modules;
|
| D | exec.c | 128 boot_module_t *boot_modules; 157 static int module_open(boot_module_t *, int, const char *, const char *, 234 boot_module_t *bm, *bmp; in module_add_common() 245 bm = alloc(sizeof(boot_module_t)); in module_add_common() 567 module_path(boot_module_t *bm, const char *kdev, const char *base_path) in module_path() 606 module_open(boot_module_t *bm, int mode, const char *kdev, in module_open() 680 boot_module_t *bm; in module_init()
|