Home
last modified time | relevance | path

Searched refs:readv (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/qemu/tests/qemu-iotests/
H A D02493 io_pattern readv $((0 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x33
94 io_pattern readv $((1 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x33
95 io_pattern readv $((2 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x33
96 io_pattern readv $((3 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x33
97 io_pattern readv $((4 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x11
98 io_pattern readv $((5 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x00
99 io_pattern readv $((6 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x11
100 io_pattern readv $((7 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x00
101 io_pattern readv $((8 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x33
102 io_pattern readv $((9 * CLUSTER_SIZE)) $CLUSTER_SIZE 0 1 0x33
[all …]
H A D01788 io readv $(( offset )) 512 1024 64
89 io readv $(( offset + 512 )) 512 1024 64
92 io readv $(( offset + 64 * 1024)) 65536 65536 1
93 io readv $(( offset + 64 * 1024 + 65536)) 65536 65536 1
96 io_zero readv $(( offset + 64 * 1024 + 65536 * 4 )) 65536 65536 1
H A D02894 io readv $(( offset )) 512 1024 32
97 io readv $(( offset + 512 )) 512 1024 64
100 io_zero readv $(( offset + 32 * 1024 )) 512 1024 32
129 TEST_IMG="${TEST_IMG}.copy" io readv $(( offset )) 512 1024 32
132 TEST_IMG="${TEST_IMG}.copy" io readv $(( offset + 512 )) 512 1024 64
135 TEST_IMG="${TEST_IMG}.copy" io_zero readv $(( offset + 32 * 1024 )) 512 1024 32
H A D01892 io readv $(( offset )) 512 1024 64
93 io readv $(( offset + 512 )) 512 1024 64
96 io readv $(( offset + 64 * 1024)) 65536 65536 1
97 io readv $(( offset + 64 * 1024 + 65536)) 65536 65536 1
100 io_zero readv $(( offset + 64 * 1024 + 65536 * 4 )) 65536 65536 1
H A D019117 io_pattern readv $(( offset )) 512 1024 64 42
118 io_pattern readv $(( offset + 512 )) 512 1024 64 43
121 io_pattern readv $(( offset + 1024 * 1024)) $CLUSTER_SIZE $CLUSTER_SIZE 1 42
122 … io_pattern readv $(( offset + 1024 * 1024 + $CLUSTER_SIZE)) $CLUSTER_SIZE $CLUSTER_SIZE 1 43
125 io_zero readv $(( offset + 1024 * 1024 + $CLUSTER_SIZE * 4 )) $CLUSTER_SIZE $CLUSTER_SIZE 1
H A D020101 io readv $(( offset )) 512 1024 64
102 io readv $(( offset + 512 )) 512 1024 64
105 io readv $(( offset + 64 * 1024)) 65536 65536 1
106 io readv $(( offset + 64 * 1024 + 65536)) 65536 65536 1
109 io_zero readv $(( offset + 64 * 1024 + 65536 * 4 )) 65536 65536 1
H A Dcommon.pattern133 …io_pattern readv $((offset + 0 * $cluster_size)) $((2 * $cluster_size)) $((9 * $cluster_size)) $nu…
134 …io_pattern readv $((offset + 3 * $cluster_size)) $((3 * $cluster_size)) $((9 * $cluster_size)) $nu…
135 …io_pattern readv $((offset + 8 * $cluster_size)) $((1 * $cluster_size)) $((9 * $cluster_size)) $nu…
138 io_zero readv $((offset + 2 * $cluster_size)) $((1 * $cluster_size)) $((9 * $cluster_size)) $num
139 io_zero readv $((offset + 6 * $cluster_size)) $((2 * $cluster_size)) $((9 * $cluster_size)) $num
H A D021.out13 == testing readv -P -1 ==
31 == testing readv -P 300 ==
49 == testing readv -P 12m ==
67 == testing readv -P 4k ==
85 == testing readv -P route66 ==
H A D004.out39 readv past image boundary
40 readv failed: Input/output error
H A D01375 for op in read readv; do
H A D02381 for op in read readv; do
H A D171.out48 readv before/after image boundary
49 readv failed: Input/output error
140 readv before/after image boundary
141 readv failed: Input/output error
236 readv before/after image boundary
237 readv failed: Input/output error
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c98 syscall_len = readv(fd, iov, 1); in check_usermem_access_fault()
/openbmc/qemu/io/
H A Dchannel-file.c119 ret = readv(fioc->fd, iov, niov); in qio_channel_file_readv()
H A Dchannel-command.c220 ret = readv(cioc->readfd, iov, niov); in qio_channel_command_readv()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc146 [ 145] = 3, /* readv */
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl30 19 64 readv sys_readv
381 515 x32 readv sys_readv
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl30 19 64 readv sys_readv
388 515 x32 readv sys_readv
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl30 19 64 readv sys_readv
388 515 x32 readv sys_readv
/openbmc/qemu/include/qemu/
H A Dosdep.h639 ssize_t readv(int fd, const struct iovec *iov, int iov_cnt);
/openbmc/qemu/util/
H A Dosdep.c589 readv(int fd, const struct iovec *iov, int iov_cnt) in readv() function
/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list98 { TARGET_NETBSD_NR_readv, "readv", NULL, NULL, NULL },
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c533 ssize_t Result = readv(fd, iov, iovcnt); in sigwrap_readv()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c133 len = chk_error(readv(fd, vecs, 2)); in test_file()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c606 ssize_t Result = readv(fd, iov, iovcnt); in sigwrap_readv()

123