Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_crc32.c23 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
33 if (hdr->headersize <= sizeof(struct efi_table_hdr)) { in check_table()
H A Defi_selftest_config_table.c43 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
/openbmc/u-boot/include/
H A Defi.h109 struct efi_table_hdr { struct
H A Defi_api.h63 struct efi_table_hdr hdr;
216 struct efi_table_hdr hdr;
317 struct efi_table_hdr hdr;
H A Defi_loader.h496 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table);
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c97 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table) in efi_update_table_header_crc32()