Searched refs:gpt_pte (Results 1 - 3 of 3) sorted by relevance

/u-boot/disk/
H A Dpart_efi.c205 gpt_entry *gpt_pte = NULL; local
209 if (find_valid_gpt(desc, gpt_head, &gpt_pte) != 1)
216 free(gpt_pte);
223 gpt_entry *gpt_pte = NULL; local
228 if (find_valid_gpt(desc, gpt_head, &gpt_pte) != 1)
231 debug("%s: gpt-entry at %p\n", __func__, gpt_pte);
240 if (!is_pte_valid(&gpt_pte[i]))
244 le64_to_cpu(gpt_pte[i].starting_lba),
245 le64_to_cpu(gpt_pte[i].ending_lba),
246 print_efiname(&gpt_pte[
266 gpt_entry *gpt_pte = NULL; local
672 gpt_verify_headers(struct blk_desc *desc, gpt_header *gpt_head, gpt_entry **gpt_pte) argument
792 gpt_verify_partitions(struct blk_desc *desc, struct disk_partition *partitions, int parts, gpt_header *gpt_head, gpt_entry **gpt_pte) argument
[all...]
/u-boot/include/
H A Dpart.h571 * As a side effect if sets gpt_head and gpt_pte so they point to GPT data.
575 * @gpt_pte: pointer to GPT partition table enties read from medium
580 gpt_entry **gpt_pte);
604 * @gpt_pte: pointer to GPT partition table enties read from medium
610 gpt_header *gpt_head, gpt_entry **gpt_pte);
/u-boot/cmd/
H A Dgpt.c658 gpt_entry *gpt_pte = NULL; local
670 &gpt_pte);
682 gpt_head, &gpt_pte);
686 free(gpt_pte);

Completed in 47 milliseconds