Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c160 le32_to_cpu(gpt_h->num_partition_entries) * in validate_gpt_entries()
238 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()
282 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()
374 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()
385 le32_to_cpu(gpt_h->num_partition_entries) * in write_gpt_table()
441 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
599 gpt_h->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in gpt_fill_header()
721 if (i == gpt_head->num_partition_entries) { in gpt_verify_partitions()
822 gpt_e_blk_cnt = BLOCK_CNT((le32_to_cpu(gpt_h->num_partition_entries) * in write_mbr_and_gpt_partitions()
1044 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

Completed in 11 milliseconds