Searched refs:disk_guid (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | gpt.c | 620 char disk_guid[UUID_STR_LEN + 1]; in do_disk_guid() local 622 ret = get_disk_guid(dev_desc, disk_guid); in do_disk_guid() 627 env_set(namestr, disk_guid); in do_disk_guid() 629 printf("%s\n", disk_guid); in do_disk_guid() 656 char disk_guid[UUID_STR_LEN + 1]; in do_rename_gpt_parts() local 665 ret = get_disk_guid(dev_desc, disk_guid); in do_rename_gpt_parts() 684 ret = create_gpt_partitions_list(numparts, disk_guid, partitions_list); in do_rename_gpt_parts() 756 ret = create_gpt_partitions_list(numparts, disk_guid, partitions_list); in do_rename_gpt_parts() 778 ret = gpt_restore(dev_desc, disk_guid, new_partitions, numparts); in do_rename_gpt_parts()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | part_efi.h | 86 efi_guid_t disk_guid; member
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_efi.c | 218 guid_bin = gpt_head->disk_guid.b; in get_disk_guid() 840 if (uuid_str_to_bin(str_guid, gpt_h->disk_guid.b, UUID_STR_FORMAT_GUID)) in gpt_fill_header() 1217 if (memcmp(&pgpt_head->disk_guid, &empty, sizeof(empty))) { in is_gpt_valid() 1219 memcpy(&dev_desc->guid_sig, &pgpt_head->disk_guid, in is_gpt_valid()
|