Searched refs:part_count (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | gpt.c | 556 u8 part_count = 0; in gpt_default() local 561 &str_disk_guid, &partitions, &part_count); in gpt_default() 573 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()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4175 int part_count = size / part_size; in temp_allocate_frame() local 4182 for (int i = 0; i < part_count; ++i) { in temp_allocate_frame()
|