Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Defi.c281 le32_to_cpu(gpt->sizeof_partition_entry); in alloc_read_gpt_entries()
416 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
423 le32_to_cpu((*gpt)->sizeof_partition_entry); in is_gpt_valid()
528 if (le32_to_cpu(pgpt->sizeof_partition_entry) != in compare_gpts()
529 le32_to_cpu(agpt->sizeof_partition_entry)) { in compare_gpts()
532 le32_to_cpu(pgpt->sizeof_partition_entry), in compare_gpts()
533 le32_to_cpu(agpt->sizeof_partition_entry)); in compare_gpts()
H A Defi.h68 __le32 sizeof_partition_entry; member
/openbmc/u-boot/disk/
H A Dpart_efi.c148 le32_to_cpu(gpt_h->sizeof_partition_entry)); in validate_gpt_entries()
403 le32_to_cpu(gpt_h->sizeof_partition_entry)); in write_gpt_table()
458 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
617 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
827 le32_to_cpu(gpt_h->sizeof_partition_entry)), in write_mbr_and_gpt_partitions()
1006 le32_to_cpu(pgpt_head->sizeof_partition_entry); in alloc_read_gpt_entries()
1010 (u32) le32_to_cpu(pgpt_head->sizeof_partition_entry), in alloc_read_gpt_entries()
/openbmc/u-boot/include/
H A Dpart_efi.h89 __le32 sizeof_partition_entry; member