Lines Matching full:1
28 status=1 # failure is the default!
36 trap "_cleanup; exit \$status" 0 1 2 3 15
58 $QEMU_IO -c "open $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filter_qemu_io | _filter_testdir
59 $QEMU_IO -c "open -odata-file.filename=$TEST_IMG.data $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filte…
60 $QEMU_IO -c "open -odata-file.filename=inexistent $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filter_qe…
66 $QEMU_IO -c "open $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filter_qemu_io | _filter_testdir
67 $QEMU_IO -c "open -odata-file.filename=$TEST_IMG.data $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filte…
68 $QEMU_IO -c "open -odata-file.filename=inexistent $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filter_qe…
74 $QEMU_IO -c "open -odata-file.filename=$TEST_IMG.data $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filte…
75 $QEMU_IO -c "open -odata-file.filename=inexistent $TEST_IMG" -c "read -P 0 0 64k" 2>&1 | _filter_qe…
84 $QEMU_IO -c 'write -P 0x11 0 1M' \
97 $QEMU_IO -c 'write -c -P 0x22 0 1M' \
118 # 0-1 MB: Unallocated
119 # 1-2 MB: Written (pattern 0x11)
126 $QEMU_IO -c 'write -P 0x11 1M 4M' \
137 $QEMU_IO -c 'read -P 0 0 1M' \
138 -c 'read -P 0x11 1M 1M' \
146 $QEMU_IO -c 'read -P 0 0 1M' \
147 -c 'read -P 0x11 1M 1M' \
148 -c 'read -P 0x11 4M 1M' \
149 -c 'read -P 0 5M 1M' \
167 $QEMU_IO -c 'write -P 0x11 1M 4M' \
178 $QEMU_IO -c 'read -P 0 0 1M' \
179 -c 'read -P 0x11 1M 1M' \
188 $QEMU_IO -c 'read -P 0 0 1M' \
189 -c 'read -P 0x11 1M 1M' \
203 $QEMU_IO -c 'write -P 0x11 0 1M' -f $IMGFMT "$TEST_IMG" | _filter_qemu_io
204 $QEMU_IO -c 'read -P 0x11 0 1M' -f $IMGFMT "$TEST_IMG" | _filter_qemu_io
276 1)
298 truncate -s 1M "$TEST_IMG.data"
299 $QEMU_IO -f raw -c 'write -P 42 0 1M' "$TEST_IMG.data" | _filter_qemu_io
317 "size": '"$((1 * 1024 * 1024))"',
335 $QEMU_IO -f raw -c 'read -P 42 0 1M' "$TEST_IMG.data" | _filter_qemu_io
336 $QEMU_IO -f $IMGFMT -c 'read -P 42 0 1M' "$TEST_IMG" | _filter_qemu_io
348 $QEMU_IO -f raw -c 'write -P 84 1M 1M' "$TEST_IMG.data" | _filter_qemu_io
355 $QEMU_IO -f raw -c 'read -P 42 0 1M' -c 'read -P 84 1M 1M' "$TEST_IMG.data" \
357 $QEMU_IO -f $IMGFMT -c 'read -P 42 0 1M' -c 'read -P 84 1M 1M' "$TEST_IMG" \
371 _make_test_img -o "data_file=$TEST_IMG.data,data_file_raw=on" 1M
372 TEST_IMG="$TEST_IMG.base" _make_test_img 1M
375 $QEMU_IO -c 'write -P 42 0 1M' "$TEST_IMG.base" | _filter_qemu_io