Home
last modified time | relevance | path

Searched refs:total_size2 (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
1493 total_size2 = blk_getlength(blk2); in img_compare()
1494 if (total_size2 < 0) { in img_compare()
1496 filename2, strerror(-total_size2)); 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()
1525 total_size2 - offset, &pnum2, NULL, in img_compare()
1593 if (total_size1 != total_size2) { in img_compare()
1598 if (total_size1 > total_size2) { in img_compare()