Searched refs:gpt_restore (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | part.h | 351 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
|
/openbmc/u-boot/cmd/ |
H A D | gpt.c | 573 ret = gpt_restore(blk_dev_desc, str_disk_guid, partitions, part_count); in gpt_default() 778 ret = gpt_restore(dev_desc, disk_guid, new_partitions, numparts); in do_rename_gpt_parts()
|
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 627 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() function
|