Home
last modified time | relevance | path

Searched refs:orig_len (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/qemu-iotests/
H A D308292 orig_len=$(get_proto_len "$EXT_MP" "$TEST_IMG")
298 dd if=/dev/zero of="$EXT_MP" bs=1 count=64k seek=$orig_len 2>&1 \
305 fallocate -o "$orig_len" -l 64k "$EXT_MP"
350 truncate -s "$orig_len" "$EXT_MP"
353 if [ "$new_len" != "$orig_len" ]; then
355 echo "$new_len != $orig_len"
/qemu/chardev/
H A Dtestdev.c91 int tocopy, eaten, orig_len = len; in testdev_chr_write() local
110 return orig_len; in testdev_chr_write()
H A Dbaum.c494 int tocopy, cur, eaten, orig_len = len; in baum_chr_write() local
528 return orig_len; in baum_chr_write()
/qemu/hw/usb/
H A Dpcap.c33 uint32_t orig_len; /* actual length of packet */ member
115 header.orig_len = packet->length + sizeof(*packet); in do_usb_pcap_header()
/qemu/tests/qtest/libqos/
H A Di2c-omap.c102 uint16_t orig_len = len; in omap_i2c_recv() local
124 g_assert_cmpuint(data, ==, orig_len); in omap_i2c_recv()
/qemu/util/
H A Diov.c150 size_t orig_len, tail; in iov_send_recv() local
193 orig_len = iov[niov].iov_len; in iov_send_recv()
197 iov[niov-1].iov_len = orig_len; in iov_send_recv()