Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Defi.c280 count = (size_t)le32_to_cpu(gpt->num_partition_entries) * in alloc_read_gpt_entries()
422 pt_size = (u64)le32_to_cpu((*gpt)->num_partition_entries) * in is_gpt_valid()
520 if (le32_to_cpu(pgpt->num_partition_entries) != in compare_gpts()
521 le32_to_cpu(agpt->num_partition_entries)) { in compare_gpts()
524 le32_to_cpu(pgpt->num_partition_entries), in compare_gpts()
525 le32_to_cpu(agpt->num_partition_entries)); in compare_gpts()
728 for (i = 0; i < le32_to_cpu(gpt->num_partition_entries) && i < state->limit-1; i++) { in efi_partition()
H A Defi.h67 __le32 num_partition_entries; member
/openbmc/u-boot/disk/
H A Dpart_efi.c147 le32_to_cpu(gpt_h->num_partition_entries) * in validate_gpt_entries()
245 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()
299 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()
391 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()
402 le32_to_cpu(gpt_h->num_partition_entries) * in write_gpt_table()
458 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
616 gpt_h->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in gpt_fill_header()
725 if (i == gpt_head->num_partition_entries) { in gpt_verify_partitions()
826 gpt_e_blk_cnt = BLOCK_CNT((le32_to_cpu(gpt_h->num_partition_entries) * in write_mbr_and_gpt_partitions()
1005 count = le32_to_cpu(pgpt_head->num_partition_entries) * in alloc_read_gpt_entries()
[all …]
/openbmc/u-boot/include/
H A Dpart_efi.h88 __le32 num_partition_entries; member