Searched refs:boot_module (Results 1 – 2 of 2) sorted by relevance
32 typedef struct boot_module { struct40 struct boot_module *bm_next; argument
86 struct boot_module { struct89 struct boot_module *bm_next; argument91 struct boot_module *boot_modules;100 int module_open(struct boot_module *);471 struct boot_module *bm, *bmp; in module_add()476 bm = alloc(sizeof(struct boot_module) + strlen(name) + 1); in module_add()501 struct boot_module *bm; in module_load()588 module_open(struct boot_module *bm) in module_open()