Searched refs:boot_modules (Results 1 – 3 of 3) sorted by relevance
39 const boot_module_t *boot_modules[] = variable48 const UINTN num_boot_modules = nitems(boot_modules);222 printf(" %s", boot_modules[i]->name); in efi_main()223 if (boot_modules[i]->init != NULL) in efi_main()224 boot_modules[i]->init(); in efi_main()
111 status = boot_modules[i]->probe(devinfo); in probe_handle()138 mod = boot_modules[i]; in load_loader()211 boot_modules[i]->status(); in choice_protocol()
100 extern const boot_module_t *boot_modules[];