Searched refs:boot_modules (Results 1 – 3 of 3) sorted by relevance
37 const boot_module_t *boot_modules[] = variable46 const UINTN num_boot_modules = nitems(boot_modules);220 printf(" %s", boot_modules[i]->name); in efi_main()221 if (boot_modules[i]->init != NULL) in efi_main()222 boot_modules[i]->init(); in efi_main()
109 status = boot_modules[i]->probe(devinfo); in probe_handle()136 mod = boot_modules[i]; in load_loader()209 boot_modules[i]->status(); in choice_protocol()
100 extern const boot_module_t *boot_modules[];