Searched refs:gpt_head (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_efi.c | 199 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->rawblksz); in get_disk_guid() 205 gpt_head, &gpt_pte) != 1) { in get_disk_guid() 208 gpt_head, &gpt_pte) != 1) { in get_disk_guid() 218 guid_bin = gpt_head->disk_guid.b; in get_disk_guid() 226 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->rawblksz); in part_print_efi() 235 gpt_head, &gpt_pte) != 1) { in part_print_efi() 238 gpt_head, &gpt_pte) != 1) { in part_print_efi() 256 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi() 287 static gpt_header *gpt_head = NULL; in part_get_info_efi() local 298 if (!gpt_head) in part_get_info_efi() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | part.h | 389 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, 410 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | gpt.c | 583 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, blk_dev_desc->rawblksz); in gpt_verify() 596 ret = gpt_verify_headers(blk_dev_desc, gpt_head, in gpt_verify() 609 gpt_head, &gpt_pte); in gpt_verify()
|