Searched refs:boot_modules (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c42 static const boot_module_t *boot_modules[] = variable
52 #define NUM_BOOT_MODULES (sizeof(boot_modules) / sizeof(boot_module_t*))
339 if (boot_modules[i] == NULL)
341 mod = boot_modules[i];
506 if (boot_modules[i] == NULL)
523 status = boot_modules[i]->probe(devinfo);
613 if (boot_modules[i] == NULL)
616 printf(" %s", boot_modules[i]->name);
617 if (boot_modules[i]->init != NULL)
618 boot_modules[
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h77 struct boot_modules { struct
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c172 struct boot_modules modules[MAX_BOOT_MODULES];
898 * boot_modules structure. This structure is used by the bop code, except for
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1119 struct boot_modules *modp;
1155 for (i = 0, modp = (struct boot_modules *)(uintptr_t)xbi->bi_modules;
1181 struct boot_modules *bm, *rdbm;
1524 struct boot_modules *bm = xbp->bi_modules;

Completed in 65 milliseconds