Home
last modified time | relevance | path

Searched refs:headersize (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_crc32.c33 if (hdr->headersize <= sizeof(struct efi_table_hdr)) { in check_table()
48 ret = bs_crc32(table, hdr->headersize, &res); in check_table()
H A Defi_selftest_config_table.c51 ret = boottime->calculate_crc32(table, hdr->headersize, &res); in check_table()
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h50 uint32_t headersize; member
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c101 table->headersize); in efi_update_table_header_crc32()
697 .headersize = sizeof(struct efi_runtime_services),
H A Defi_boottime.c3146 .headersize = sizeof(struct efi_boot_services),
3202 .headersize = sizeof(struct efi_system_table),
/openbmc/u-boot/include/
H A Defi.h112 u32 headersize; member