Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dmodule.c40 struct boot_module { struct
42 TAILQ_ENTRY(boot_module) entries; argument
44 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()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootmod.h32 typedef struct boot_module { struct
40 struct boot_module *bm_next; argument
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dmain.c86 struct boot_module { struct
89 struct boot_module *bm_next; argument
91 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()