Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpart.h354 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid,
/rk3399_rockchip-uboot/cmd/
H A Dgpt.c574 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()
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c846 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() function