Home
last modified time | relevance | path

Searched refs:writev (Results 1 – 25 of 41) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A Dcommon.pattern114 io_pattern writev $((offset + 4 * $cluster_size)) $cluster_size $((9 * $cluster_size)) $num 165
116 io_pattern writev $((offset + 5 * $cluster_size)) $cluster_size $((9 * $cluster_size)) $num 165
118 io_pattern writev $((offset + 8 * $cluster_size)) $cluster_size $((9 * $cluster_size)) $num 165
125 io_pattern writev $((offset + 0 * $cluster_size)) $cluster_size $((9 * $cluster_size)) $num 165
127 io_pattern writev $((offset + 1 * $cluster_size)) $cluster_size $((9 * $cluster_size)) $num 165
129 io_pattern writev $((offset + 3 * $cluster_size)) $cluster_size $((9 * $cluster_size)) $num 165
H A D01758 io writev $(( offset )) 512 1024 64
61 io writev $(( offset + 64 * 1024)) 65536 65536 1
76 io writev $(( offset + 512 )) 512 1024 64
79 io writev $(( offset + 64 * 1024 + 65536)) 65536 65536 1
H A D01859 io writev $(( offset )) 512 1024 64
62 io writev $(( offset + 64 * 1024)) 65536 65536 1
77 io writev $(( offset + 512 )) 512 1024 64
80 io writev $(( offset + 64 * 1024 + 65536)) 65536 65536 1
H A D01967 io_pattern writev $(( offset )) 512 1024 64 42
70 io_pattern writev $(( offset + 1024 * 1024)) $CLUSTER_SIZE $CLUSTER_SIZE 1 42
85 io_pattern writev $(( offset + 512 )) 512 1024 64 43
88 io_pattern writev $(( offset + 1024 * 1024 + $CLUSTER_SIZE)) $CLUSTER_SIZE $CLUSTER_SIZE 1 43
H A D02068 io writev $(( offset )) 512 1024 64
71 io writev $(( offset + 64 * 1024)) 65536 65536 1
86 io writev $(( offset + 512 )) 512 1024 64
89 io writev $(( offset + 64 * 1024 + 65536)) 65536 65536 1
H A D021.out4 == testing writev -P -1 ==
22 == testing writev -P 300 ==
40 == testing writev -P 12m ==
58 == testing writev -P 4k ==
76 == testing writev -P route66 ==
H A D02471 io_pattern writev 0 $CLUSTER_SIZE $((2 * CLUSTER_SIZE)) 8 0x11
79 io_pattern writev 0 $((2 * CLUSTER_SIZE)) $((4 * CLUSTER_SIZE)) 4 0x22
88 io_pattern writev 0 $((4 * CLUSTER_SIZE)) 0 1 0x33
89 io_pattern writev $((8 * CLUSTER_SIZE)) $((4 * CLUSTER_SIZE)) 0 1 0x33
H A D02872 io writev $offset 512 1024 32
86 io writev $(( offset + 512 )) 512 1024 64
H A D004.out20 writev past image boundary
21 writev failed: Input/output error
H A D171.out32 writev before/after image boundary
33 writev failed: Input/output error
124 writev before/after image boundary
125 writev failed: Input/output error
220 writev before/after image boundary
221 writev failed: Input/output error
/qemu/net/
H A Ddump.c90 if (writev(s->fd, dumpiov, cnt + 1) != sizeof(hdr) + caplen) { in dump_receive_iov()
/qemu/io/
H A Dchannel-file.c146 ret = writev(fioc->fd, iov, niov); in qio_channel_file_writev()
H A Dchannel-command.c255 ret = writev(cioc->writefd, iov, niov); in qio_channel_command_writev()
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc147 [ 146] = 3, /* writev */
/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl31 20 64 writev sys_writev
382 516 x32 writev sys_writev
/qemu/include/qemu/
H A Dosdep.h638 ssize_t writev(int fd, const struct iovec *iov, int iov_cnt);
/qemu/util/
H A Dosdep.c602 writev(int fd, const struct iovec *iov, int iov_cnt) in writev() function
/qemu/bsd-user/netbsd/
H A Dstrace.list145 { TARGET_NETBSD_NR_writev, "writev", "%s(%d,%p,%#x)", NULL, NULL },
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c110 len = chk_error(writev(fd, vecs, 2)); in test_file()
/qemu/bsd-user/openbsd/
H A Dstrace.list186 { TARGET_OPENBSD_NR_writev, "writev", "%s(%d,%p,%#x)", NULL, NULL },
/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl29 19 n32 writev sys_writev
H A Dsyscall_n64.tbl29 19 n64 writev sys_writev
/qemu/linux-user/xtensa/
H A Dsyscall.tbl36 25 common writev sys_writev
/qemu/bsd-user/freebsd/
H A Dos-syscall.c61 safe_syscall3(ssize_t, writev, int, fd, const struct iovec *, iov, int, iovcnt);
/qemu/linux-user/microblaze/
H A Dsyscall.tbl156 146 common writev sys_writev

12