Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c1363 int64_t total_size1, total_size2; in img_compare() local
1486 total_size1 = blk_getlength(blk1); in img_compare()
1487 if (total_size1 < 0) { in img_compare()
1489 filename1, strerror(-total_size1)); in img_compare()
1500 total_size = MIN(total_size1, total_size2); in img_compare()
1501 progress_base = MAX(total_size1, total_size2); in img_compare()
1505 if (strict && total_size1 != total_size2) { in img_compare()
1515 total_size1 - offset, &pnum1, NULL, in img_compare()
1593 if (total_size1 != total_size2) { in img_compare()
1598 if (total_size1 > total_size2) { in img_compare()