Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/boot1/
H A Dboot_module.h63 typedef struct boot_module_t struct
97 } boot_module_t; argument
101 extern const boot_module_t ufs_module;
104 extern const boot_module_t zfs_module;
H A Dboot1.c39 static const boot_module_t *boot_modules[] =
165 load_loader(const boot_module_t **modp, dev_info_t **devinfop, void **bufp, in load_loader()
170 const boot_module_t *mod; in load_loader()
201 const boot_module_t *mod; in try_boot()
H A Dufs_module.c222 const boot_module_t ufs_module =
H A Dzfs_module.c240 const boot_module_t zfs_module =