Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c156 le32_to_cpu(gpt_h->num_partition_entries) * in validate_gpt_entries()
256 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()
337 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()
383 for (i = 0; i < gpt_head->num_partition_entries; i++) { in gpt_entry_modify()
398 le32_to_cpu(gpt_head->num_partition_entries) * in gpt_entry_modify()
436 count = le32_to_cpu(gpt_head->num_partition_entries) * in part_efi_repair()
474 count = le32_to_cpu(gpt_head->num_partition_entries) * in part_efi_repair()
603 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()
616 le32_to_cpu(gpt_h->num_partition_entries) * in write_gpt_table()
672 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
[all …]
/rk3399_rockchip-uboot/include/
H A Dpart_efi.h88 __le32 num_partition_entries; member