Home
last modified time | relevance | path

Searched refs:ufs_module (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/efi/boot1/
H A DMakefile16 CWARNFLAGS.ufs_module.c += -Wno-format
20 CWARNFLAGS.ufs_module.c += -Wno-cast-align
32 SRCS+= boot1.c proto.c self_reloc.c start.S ufs_module.c
H A Dufs_module.c199 printf("%s found ", ufs_module.name); in status()
219 const boot_module_t ufs_module = variable
H A Dboot_module.h105 extern const boot_module_t ufs_module;
H A Dboot1.c43 &ufs_module
/freebsd/stand/efi/gptboot/
H A Dproto.c224 const boot_module_t *mod = &ufs_module; in choice_protocol()