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

/freebsd-current/stand/efi/boot1/
H A Dproto.h27 EFI_STATUS try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize);
H A Dboot_module.h61 typedef struct boot_module_t struct
98 } boot_module_t; typedef in typeref:struct:boot_module_t
100 extern const boot_module_t *boot_modules[];
105 extern const boot_module_t ufs_module;
108 extern const boot_module_t zfs_module;
H A Dproto.c128 load_loader(const boot_module_t **modp, dev_info_t **devinfop, void **bufp,
133 const boot_module_t *mod;
162 const boot_module_t *mod;
H A Dboot1.c37 const boot_module_t *boot_modules[] =
61 try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize)
H A Dufs_module.c219 const boot_module_t ufs_module =
H A Dzfs_module.c289 const boot_module_t zfs_module =
/freebsd-current/stand/efi/gptboot/
H A Dproto.c224 const boot_module_t *mod = &ufs_module;

Completed in 179 milliseconds