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

/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c39 static const boot_module_t *boot_modules[] = variable
49 #define NUM_BOOT_MODULES nitems(boot_modules)
159 mod = boot_modules[i];
340 status = boot_modules[i]->probe(devinfo);
436 printf(" %s", boot_modules[i]->name);
437 if (boot_modules[i]->init != NULL)
438 boot_modules[i]->init();
531 boot_modules[i]->status();

Completed in 53 milliseconds