Searched refs:gpt_restore (Results 1 – 4 of 4) sorted by relevance
/u-boot/test/dm/ |
A D | fastboot.c | 49 ut_assertok(gpt_restore(mmc_dev_desc, str_disk_guid, parts, in dm_test_fastboot_mmc_part()
|
/u-boot/include/ |
A D | part.h | 388 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
|
/u-boot/cmd/ |
A D | gpt.c | 581 ret = gpt_restore(blk_dev_desc, str_disk_guid, partitions, part_count); in gpt_default() 905 ret = gpt_restore(dev_desc, disk_guid, new_partitions, numparts); in do_rename_gpt_parts()
|
/u-boot/disk/ |
A D | part_efi.c | 610 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() function
|
Completed in 8 milliseconds