boot_module_t
const boot_module_t *boot_modules[] =
try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize)
extern const boot_module_t *boot_modules[];
extern const boot_module_t ufs_module;
extern const boot_module_t zfs_module;
load_loader(const boot_module_t **modp, dev_info_t **devinfop, void **bufp,
const boot_module_t *mod;
const boot_module_t *mod;
EFI_STATUS try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize);
const boot_module_t ufs_module =
const boot_module_t zfs_module =
const boot_module_t *mod = &ufs_module;