Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/efi/boot1/
Dboot_module.h63 typedef struct boot_module_t struct
97 } boot_module_t; argument
99 extern const boot_module_t *boot_modules[];
104 extern const boot_module_t ufs_module;
107 extern const boot_module_t zfs_module;
Dproto.c131 load_loader(const boot_module_t **modp, dev_info_t **devinfop, void **bufp, in load_loader()
136 const boot_module_t *mod; in load_loader()
165 const boot_module_t *mod; in choice_protocol()
Dproto.h29 EFI_STATUS try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize);
Dboot1.c40 const boot_module_t *boot_modules[] =
64 try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize) in try_boot()
Dufs_module.c221 const boot_module_t ufs_module =
Dzfs_module.c237 const boot_module_t zfs_module =
/freebsd-12-stable/stand/efi/gptboot/
Dproto.c227 const boot_module_t *mod = &ufs_module; in choice_protocol()