Home
last modified time | relevance | path

Searched refs:gpt_restore (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dpart.h351 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
/openbmc/u-boot/cmd/
H A Dgpt.c573 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 Dpart_efi.c627 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() function