Lines Matching refs:qemu_io

28 from iotests import qemu_img, qemu_io
88 qemu_io('-f', 'raw', '-c', 'write -P 0xab 0 524288', backing_img)
89 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xef 524288 524288',
106 qemu_io('-f', 'raw', '-c', 'read -P 0xab 0 524288', backing_img)
107 qemu_io('-f', 'raw', '-c', 'read -P 0xef 524288 524288', backing_img)
113 qemu_io('-f', 'raw', '-c', 'read -P 0xab 0 524288', backing_img)
114 qemu_io('-f', 'raw', '-c', 'read -P 0xef 524288 524288', backing_img)
193 qemu_io('-f', 'raw', '-c', 'read -P 0xab 0 524288', backing_img)
194 qemu_io('-f', 'raw', '-c', 'read -P 0xef 524288 524288', backing_img)
200 qemu_io('-f', 'raw', '-c', 'read -P 0xab 0 524288', backing_img)
201 qemu_io('-f', 'raw', '-c', 'read -P 0xef 524288 524288', backing_img)
313 qemu_io('-f', 'raw', '-c', 'write -P 0xab 0 524288', self.backing_img_abs)
314 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xef 524288 524288', self.mid_img_abs)
333 qemu_io('-f', 'raw', '-c', 'read -P 0xab 0 524288', self.backing_img_abs)
334 qemu_io('-f', 'raw', '-c', 'read -P 0xef 524288 524288', self.backing_img_abs)
360 qemu_io('-f', 'raw', '-c', 'read -P 0xab 0 524288', self.backing_img_abs)
361 qemu_io('-f', 'raw', '-c', 'read -P 0xef 524288 524288', self.backing_img_abs)
380 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0x1 0 512', test_img)
381 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xef 524288 524288', mid_img)
424 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xab 0 128K', self.img1)
453 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0x11 0 512k', mid_img)
454 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0x22 0 512k', test_img)
732 qemu_io('-f', iotests.imgfmt,