Searched refs:type_guid (Results 1 – 9 of 9) sorted by relevance
| /u-boot/env/ |
| A D | mmc.c | 79 efi_guid_t type_guid; in mmc_offset_try_partition() local 81 uuid_str_to_bin(info.type_guid, type_guid.b, UUID_STR_FORMAT_GUID); in mmc_offset_try_partition() 82 if (!memcmp(&env_guid, &type_guid, sizeof(efi_guid_t))) in mmc_offset_try_partition()
|
| /u-boot/cmd/ |
| A D | part.c | 202 env_set(argv[2], info.type_guid); in do_part_type() 204 printf("%s\n", info.type_guid); in do_part_type()
|
| A D | gpt.c | 516 if (strnlen(p, max_str_part) >= sizeof(parts[i].type_guid)) { in set_gpt_info() 522 strncpy((char *)parts[i].type_guid, p, max_str_part); in set_gpt_info()
|
| /u-boot/drivers/fwu-mdata/ |
| A D | gpt_blk.c | 40 uuid_str_to_bin(info.type_guid, part_type_guid.b, in gpt_get_mdata_partitions() 76 if (!strncmp(info->type_guid, mdata_guid_str, UUID_STR_LEN)) in gpt_get_mdata_disk_part()
|
| /u-boot/arch/arm/mach-rockchip/ |
| A D | board.c | 41 uuid_str_to_bin(info->type_guid, image_type_guid.b, in updatable_image() 59 uuid_str_to_bin(info->type_guid, image_type_guid.b, in set_image_index()
|
| /u-boot/disk/ |
| A D | part.c | 320 info->type_guid[0] = 0; in part_get_info() 356 info->type_guid[0] = 0; in part_get_info_whole_disk()
|
| A D | part_efi.c | 298 info->type_guid, UUID_STR_FORMAT_GUID); in part_get_info_efi() 471 str_type_guid = partitions[i].type_guid; in gpt_fill_pte()
|
| /u-boot/include/ |
| A D | part.h | 76 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */ member
|
| /u-boot/cmd/mvebu/ |
| A D | bubt.c | 381 info.type_guid[0] = 0; in sata_burn_image() 385 if (strcmp(info.type_guid, "6828311A-BA55-42A4-BCDE-A89BB5EDECAE") == 0) in sata_burn_image()
|
Completed in 28 milliseconds