Home
last modified time | relevance | path

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

/external/u-boot/include/
Dpart.h351 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
/external/u-boot/cmd/
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()
/external/u-boot/disk/
Dpart_efi.c628 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() function