Home
last modified time | relevance | path

Searched refs:num_boot_modules (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/efi/boot1/
H A Dproto.c106 for (i = 0; i < num_boot_modules; i++) { in probe_handle()
135 for (i = 0; i < num_boot_modules; i++) { in load_loader()
207 for (i = 0; i < num_boot_modules; i++) { in choice_protocol()
H A Dboot_module.h101 extern const UINTN num_boot_modules;
H A Dboot1.c46 const UINTN num_boot_modules = nitems(boot_modules); variable
219 for (i = 0; i < num_boot_modules; i++) { in efi_main()