Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c41 static const boot_module_t *boot_modules[] = variable
48 #define NUM_BOOT_MODULES NELEM(boot_modules)
338 if (boot_modules[i] == NULL) in load_loader()
340 mod = boot_modules[i]; in load_loader()
530 if (boot_modules[i] == NULL) in probe_handle()
644 if (boot_modules[i] == NULL) in efi_main()
647 printf(" %s", boot_modules[i]->name); in efi_main()
648 if (boot_modules[i]->init != NULL) in efi_main()
649 boot_modules[i]->init(); in efi_main()
708 if (boot_modules[i] != NULL) { in efi_main()
[all …]