Searched refs:boot_module (Results 1 – 3 of 3) sorted by relevance
40 struct boot_module { struct42 TAILQ_ENTRY(boot_module) entries; argument44 TAILQ_HEAD(, boot_module) boot_modules = TAILQ_HEAD_INITIALIZER(boot_modules);88 struct boot_module *bm; in module_foreach()98 struct boot_module *bm; in module_add()121 struct boot_module *bm; in module_remove()140 struct boot_module *bm; in module_remove_all()
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()