Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dbootmod.h32 typedef struct boot_module { struct
40 struct boot_module *bm_next; argument
/netbsd/src/sys/arch/sandpoint/stand/altboot/
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()