Searched refs:gpt_restore (Results 1 – 6 of 6) 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()
|
| A D | part.c | 52 ut_assertok(gpt_restore(mmc_dev_desc, str_disk_guid, parts, in dm_test_part()
|
| /u-boot/test/cmd/ |
| A D | rw.c | 35 ut_assertok(gpt_restore(*mmc_dev_desc, str_disk_guid, parts, in setup_partitions()
|
| /u-boot/include/ |
| A D | part.h | 469 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
|
| /u-boot/cmd/ |
| A D | gpt.c | 619 ret = gpt_restore(blk_dev_desc, str_disk_guid, partitions, part_count); in gpt_default() 943 ret = gpt_restore(dev_desc, disk_guid, new_partitions, numparts); in do_rename_gpt_parts()
|
| /u-boot/disk/ |
| A D | part_efi.c | 600 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() function
|
Completed in 14 milliseconds