Home
last modified time | relevance | path

Searched refs:leaks_fixed (Results 1 – 25 of 44) sorted by relevance

12

/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dqemu-img.c651 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
652 check->has_leaks_fixed = result.leaks_fixed != 0; in collect_image_check()
804 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
805 int corruptions_fixed, leaks_fixed; in img_check() local
808 leaks_fixed = check->leaks_fixed; in img_check()
819 check->leaks_fixed, in img_check()
827 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu60/qemu-6.0.0/
H A Dqemu-img.c681 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
682 check->has_leaks_fixed = result.leaks_fixed != 0; in collect_image_check()
823 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
824 int corruptions_fixed, leaks_fixed; in img_check() local
827 leaks_fixed = check->leaks_fixed; in img_check()
838 check->leaks_fixed, in img_check()
846 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu/qemu-6.2.0/
H A Dqemu-img.c682 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
683 check->has_leaks_fixed = result.leaks_fixed != 0; in collect_image_check()
824 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
825 int corruptions_fixed, leaks_fixed; in img_check() local
828 leaks_fixed = check->leaks_fixed; in img_check()
839 check->leaks_fixed, in img_check()
847 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu5/qemu-5.2.0/
H A Dqemu-img.c710 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
711 check->has_leaks_fixed = result.leaks_fixed != 0; in collect_image_check()
863 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
864 int corruptions_fixed, leaks_fixed; in img_check() local
867 leaks_fixed = check->leaks_fixed; in img_check()
878 check->leaks_fixed, in img_check()
886 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dqemu-img.c682 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
683 check->has_leaks_fixed = result.leaks_fixed != 0; in collect_image_check()
824 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
825 int corruptions_fixed, leaks_fixed; in img_check() local
828 leaks_fixed = check->leaks_fixed; in img_check()
839 check->leaks_fixed, in img_check()
847 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dqemu-img.c650 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
803 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
804 int corruptions_fixed, leaks_fixed; in img_check() local
806 leaks_fixed = check->leaks_fixed; in img_check()
815 check->leaks_fixed, in img_check()
821 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dqemu-img.c650 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
803 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
804 int corruptions_fixed, leaks_fixed; in img_check() local
806 leaks_fixed = check->leaks_fixed; in img_check()
815 check->leaks_fixed, in img_check()
821 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dqemu-img.c628 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
781 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
782 int corruptions_fixed, leaks_fixed; in img_check() local
784 leaks_fixed = check->leaks_fixed; in img_check()
793 check->leaks_fixed, in img_check()
799 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dqemu-img.c651 check->leaks_fixed = result.leaks_fixed; in collect_image_check()
804 if (check->corruptions_fixed || check->leaks_fixed) { in img_check()
805 int corruptions_fixed, leaks_fixed; in img_check() local
807 leaks_fixed = check->leaks_fixed; in img_check()
816 check->leaks_fixed, in img_check()
824 check->leaks_fixed = leaks_fixed; in img_check()
/dports/emulators/qemu42/qemu-4.2.1/include/block/
H A Dblock.h383 int leaks_fixed; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Dblock.h361 int leaks_fixed; member
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dblock.h438 int leaks_fixed; member
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Dblock.h383 int leaks_fixed; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dblock.h375 int leaks_fixed;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Dblock.h374 int leaks_fixed; member
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dblock.h459 int leaks_fixed;
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dblock.h452 int leaks_fixed; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dblock.h455 int leaks_fixed; member
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dparallels.c502 res->leaks_fixed += count; in parallels_co_check()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dparallels.c512 res->leaks_fixed += count; in parallels_co_check()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dparallels.c512 res->leaks_fixed += count; in parallels_co_check()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dparallels.c512 res->leaks_fixed += count; in parallels_co_check()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dparallels.c502 res->leaks_fixed += count; in parallels_co_check()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dparallels.c502 res->leaks_fixed += count; in parallels_co_check()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dparallels.c502 res->leaks_fixed += count; in parallels_co_check()

12