boot_module
struct boot_module *bm_next;
int module_open(struct boot_module *);
struct boot_module *bm, *bmp;
bm = alloc(sizeof(struct boot_module) + strlen(name) + 1);
struct boot_module *bm;
module_open(struct boot_module *bm)
struct boot_module *bm_next;
struct boot_module *boot_modules;
struct boot_module *bm;
struct boot_module *bm;
TAILQ_ENTRY(boot_module) entries;
TAILQ_HEAD(, boot_module) boot_modules = TAILQ_HEAD_INITIALIZER(boot_modules);
struct boot_module *bm;
struct boot_module *bm;