Searched refs:gpt_pte (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_efi.c | 200 gpt_entry *gpt_pte = NULL; in get_disk_guid() local 205 gpt_head, &gpt_pte) != 1) { in get_disk_guid() 208 gpt_head, &gpt_pte) != 1) { in get_disk_guid() 227 gpt_entry *gpt_pte = NULL; in part_print_efi() local 234 gpt_head, &gpt_pte) != 1) { in part_print_efi() 237 gpt_head, &gpt_pte) != 1) { in part_print_efi() 247 debug("%s: gpt-entry at %p\n", __func__, gpt_pte); in part_print_efi() 256 if (!is_pte_valid(&gpt_pte[i])) in part_print_efi() 260 le64_to_cpu(gpt_pte[i].starting_lba), in part_print_efi() 261 le64_to_cpu(gpt_pte[i].ending_lba), in part_print_efi() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part.h | 390 gpt_entry **gpt_pte); 410 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | gpt.c | 586 gpt_entry *gpt_pte = NULL; in gpt_verify() local 598 &gpt_pte); in gpt_verify() 610 gpt_head, &gpt_pte); in gpt_verify() 614 free(gpt_pte); in gpt_verify()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |