Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_crc32.c24 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
34 if (hdr->headersize <= sizeof(struct efi_table_hdr)) { in check_table()
Defi_selftest_config_table.c44 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
/third_party/uboot/u-boot-2020.01/include/
Defi.h109 struct efi_table_hdr { struct
Defi_api.h63 struct efi_table_hdr hdr;
232 struct efi_table_hdr hdr;
330 struct efi_table_hdr hdr;
Defi_loader.h581 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table);
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_runtime.c123 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table) in efi_update_table_header_crc32()