Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c243 struct efi_map_header *efihdr; in bi_load_efi_data()
272 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in bi_load_efi_data()
308 efihdr = (struct efi_map_header *)addr; in bi_load_efi_data()
/dragonfly/sys/platform/pc64/include/
H A Dmetadata.h39 struct efi_map_header { struct
/dragonfly/sys/platform/pc64/x86_64/
H A Defirt.c373 struct efi_map_header *efihdr; in efi_init()
403 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in efi_init()
410 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in efi_init()
H A Dmachdep.c1592 struct efi_map_header *efihdr; in efi_map_sysctl_handler()
1599 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in efi_map_sysctl_handler()
1967 struct efi_map_header *efihdrbase;
2056 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in add_efi_map_entries()
2253 efihdrbase = (struct efi_map_header *)preload_search_info(kmdp, in getmemsize()
/dragonfly/sbin/sysctl/
H A Dsysctl.c565 struct efi_map_header *efihdr; in S_efi_map()
597 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in S_efi_map()