Searched refs:corruption_test_cmd (Results 1 – 1 of 1) sorted by relevance
571 for corruption_test_cmd in read write; do573 echo "### Corrupted L2 entries - $corruption_test_cmd test (allocated) ###"586 $QEMU_IO -c "$corruption_test_cmd -q -P 0x11 0 1k" "$TEST_IMG"587 if [ "$corruption_test_cmd" = "write" ]; then602 $QEMU_IO -c "$corruption_test_cmd 0 192k" "$TEST_IMG"605 echo "### Corrupted L2 entries - $corruption_test_cmd test (unallocated) ###"620 $QEMU_IO -c "$corruption_test_cmd -q 0 1k" "$TEST_IMG"621 if [ "$corruption_test_cmd" = "write" ]; then636 $QEMU_IO -c "$corruption_test_cmd 0 1k" "$TEST_IMG"649 $QEMU_IO -c "$corruption_test_cmd 0 192k" "$TEST_IMG"[all …]