Searched refs:str_disk_guid (Results 1 – 4 of 4) sorted by relevance
/u-boot/test/dm/ |
A D | fastboot.c | 22 char str_disk_guid[UUID_STR_LEN + 1]; in dm_test_fastboot_mmc_part() local 47 gen_rand_uuid_str(str_disk_guid, UUID_STR_FORMAT_STD); in dm_test_fastboot_mmc_part() 49 ut_assertok(gpt_restore(mmc_dev_desc, str_disk_guid, parts, in dm_test_fastboot_mmc_part()
|
/u-boot/cmd/ |
A D | gpt.c | 382 char **str_disk_guid, in set_gpt_info() argument 411 *str_disk_guid = malloc(UUID_STR_LEN + 1); in set_gpt_info() 412 if (*str_disk_guid == NULL) in set_gpt_info() 423 *str_disk_guid = strdup(p); in set_gpt_info() 554 free(*str_disk_guid); in set_gpt_info() 563 char *str_disk_guid; in gpt_default() local 569 &str_disk_guid, &partitions, &part_count); in gpt_default() 582 free(str_disk_guid); in gpt_default() 594 char *str_disk_guid; in gpt_verify() local 618 free(str_disk_guid); in gpt_verify() [all …]
|
/u-boot/include/ |
A D | part.h | 388 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
|
/u-boot/disk/ |
A D | part_efi.c | 610 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() argument 636 ret = gpt_fill_header(dev_desc, gpt_h, str_disk_guid, parts_count); in gpt_restore()
|
Completed in 12 milliseconds