Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart_efi.c192 gpt_entry *gpt_pte = NULL; in get_disk_guid() local
197 gpt_head, &gpt_pte) != 1) { in get_disk_guid()
200 gpt_head, &gpt_pte) != 1) { in get_disk_guid()
219 gpt_entry *gpt_pte = NULL; in part_print_efi() local
226 gpt_head, &gpt_pte) != 1) { in part_print_efi()
229 gpt_head, &gpt_pte) != 1) { in part_print_efi()
239 debug("%s: gpt-entry at %p\n", __func__, gpt_pte); in part_print_efi()
248 if (!is_pte_valid(&gpt_pte[i])) in part_print_efi()
252 le64_to_cpu(gpt_pte[i].starting_lba), in part_print_efi()
253 le64_to_cpu(gpt_pte[i].ending_lba), in part_print_efi()
[all …]
/external/u-boot/include/
Dpart.h387 gpt_entry **gpt_pte);
407 gpt_header *gpt_head, gpt_entry **gpt_pte);
/external/u-boot/cmd/
Dgpt.c585 gpt_entry *gpt_pte = NULL; in gpt_verify() local
597 &gpt_pte); in gpt_verify()
609 gpt_head, &gpt_pte); in gpt_verify()
613 free(gpt_pte); in gpt_verify()