Searched refs:gpt_head (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/disk/ |
D | part_efi.c | 191 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in get_disk_guid() 197 gpt_head, &gpt_pte) != 1) { in get_disk_guid() 200 gpt_head, &gpt_pte) != 1) { in get_disk_guid() 210 guid_bin = gpt_head->disk_guid.b; in get_disk_guid() 218 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_print_efi() 226 gpt_head, &gpt_pte) != 1) { in part_print_efi() 229 gpt_head, &gpt_pte) != 1) { in part_print_efi() 246 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi() 276 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_get_info_efi() 287 gpt_head, &gpt_pte) != 1) { in part_get_info_efi() [all …]
|
/external/u-boot/include/ |
D | part.h | 386 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, 407 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
/external/u-boot/cmd/ |
D | gpt.c | 582 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, in gpt_verify() 596 ret = gpt_verify_headers(blk_dev_desc, gpt_head, in gpt_verify() 609 gpt_head, &gpt_pte); in gpt_verify()
|