HomeSort by: relevance | last modified time | path
    Searched defs:boot_module (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
bootmod.h 32 typedef struct boot_module { struct
40 struct boot_module *bm_next;
  /src/sys/stand/efiboot/
module.c 40 struct boot_module { struct
42 TAILQ_ENTRY(boot_module) entries;
44 TAILQ_HEAD(, boot_module) boot_modules = TAILQ_HEAD_INITIALIZER(boot_modules);
88 struct boot_module *bm;
98 struct boot_module *bm;
121 struct boot_module *bm;
140 struct boot_module *bm;
  /src/sys/arch/sandpoint/stand/altboot/
main.c 86 struct boot_module { struct
89 struct boot_module *bm_next;
91 struct boot_module *boot_modules;
100 int module_open(struct boot_module *);
471 struct boot_module *bm, *bmp;
476 bm = alloc(sizeof(struct boot_module) + strlen(name) + 1);
501 struct boot_module *bm;
588 module_open(struct boot_module *bm)

Completed in 13 milliseconds