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

/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c36 static const boot_module_t *boot_modules[] = variable
46 #define NUM_BOOT_MODULES (sizeof(boot_modules) / sizeof(boot_module_t*))
333 if (boot_modules[i] == NULL)
335 mod = boot_modules[i];
500 if (boot_modules[i] == NULL)
517 status = boot_modules[i]->probe(devinfo);
607 if (boot_modules[i] == NULL)
610 printf(" %s", boot_modules[i]->name);
611 if (boot_modules[i]->init != NULL)
612 boot_modules[
[all...]

Completed in 84 milliseconds