Searched refs:part_count (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | gpt.c | 557 u8 part_count = 0; in gpt_default() local 562 &str_disk_guid, &partitions, &part_count); in gpt_default() 574 ret = gpt_restore(blk_dev_desc, str_disk_guid, partitions, part_count); in gpt_default() 587 u8 part_count = 0; in gpt_verify() local 592 &str_disk_guid, &partitions, &part_count); in gpt_verify() 608 ret = gpt_verify_partitions(blk_dev_desc, partitions, part_count, in gpt_verify() 658 u8 part_count = 0; in do_rename_gpt_parts() local 698 &new_partitions, &part_count); in do_rename_gpt_parts() 763 &new_partitions, &part_count); in do_rename_gpt_parts()
|