Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dgpt.c656 disk_partition_t *new_partitions = NULL; in do_rename_gpt_parts() local
699 &new_partitions, &part_count); in do_rename_gpt_parts()
704 set_gpt_cleanup(&str_disk_guid, &new_partitions); in do_rename_gpt_parts()
742 ret = part_get_info(dev_desc, partnum, new_partitions); in do_rename_gpt_parts()
764 &new_partitions, &part_count); in do_rename_gpt_parts()
773 set_gpt_cleanup(&str_disk_guid, &new_partitions); in do_rename_gpt_parts()
779 ret = gpt_restore(dev_desc, disk_guid, new_partitions, numparts); in do_rename_gpt_parts()
800 free(new_partitions); in do_rename_gpt_parts()