Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c157 le32_to_cpu(gpt_h->num_partition_entries) * in validate_gpt_entries()
234 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()
274 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()
365 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()
376 le32_to_cpu(gpt_h->num_partition_entries) * in write_gpt_table()
432 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
589 gpt_h->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in gpt_fill_header()
722 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_one_gpt_table()
803 if (i == gpt_head->num_partition_entries) { in gpt_verify_partitions()
1122 count = le32_to_cpu(pgpt_head->num_partition_entries) * in alloc_read_gpt_entries()
[all …]
/u-boot/include/
A Dpart_efi.h93 __le32 num_partition_entries; member
/u-boot/lib/efi_loader/
A Defi_tcg2.c2118 total_gpt_entry_size = gpt_h->num_partition_entries * in tcg2_measure_gpt_data()
2134 for (i = 0; i < gpt_h->num_partition_entries; i++) { in tcg2_measure_gpt_data()
2155 for (i = 0; i < gpt_h->num_partition_entries; i++) { in tcg2_measure_gpt_data()

Completed in 11 milliseconds