Home
last modified time | relevance | path

Searched refs:sizeof_partition_entry (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/disk/
Dpart_efi.c149 le32_to_cpu(gpt_h->sizeof_partition_entry)); in validate_gpt_entries()
404 le32_to_cpu(gpt_h->sizeof_partition_entry)); in write_gpt_table()
459 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
618 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
828 le32_to_cpu(gpt_h->sizeof_partition_entry)), in write_mbr_and_gpt_partitions()
1007 le32_to_cpu(pgpt_head->sizeof_partition_entry); in alloc_read_gpt_entries()
1011 (u32) le32_to_cpu(pgpt_head->sizeof_partition_entry), in alloc_read_gpt_entries()
/external/u-boot/include/
Dpart_efi.h89 __le32 sizeof_partition_entry; member