Home
last modified time | relevance | path

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

1234

/openbmc/qemu/tests/qemu-iotests/
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 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 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
/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c328 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
334 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
346 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
352 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
384 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 1)); in TEST_F()
418 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 2)); in TEST_F()
422 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 2)); in TEST_F()
453 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 1)); in TEST_F()
466 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
472 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/
H A D0001-include-sys-uio.patch3 error: call to undeclared function 'writev'; ISO C99 and later do not support
/openbmc/linux/samples/user_events/
H A Dexample.c62 writev(data_fd, (const struct iovec *)io, 2); in main()
/openbmc/linux/fs/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/openbmc/linux/Documentation/trace/
H A Duser_events.rst21 a write index which describes the data when a write() or writev() is called
191 writev() calls when something is actively attached to the event.
237 as payloads. In those cases writev() can be used, with the first vector being
258 writev(fd, (const struct iovec*)io, 2);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/
H A D0001-cmake-Test-for-sys-uio.h.patch6 writev() API is used in few places and it will need including sys/uio.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch74 SCMP_SYS(writev),
/openbmc/qemu/io/
H A Dchannel-file.c126 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()
/openbmc/linux/fs/smb/server/
H A Dconnection.h122 int (*writev)(struct ksmbd_transport *t, struct kvec *iovs, int niov, member
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c105 syscall_len = writev(fd, iov, 1); in check_usermem_access_fault()
/openbmc/qemu/net/
H A Ddump.c90 if (writev(s->fd, dumpiov, cnt + 1) != sizeof(hdr) + caplen) { in dump_receive_iov()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc147 [ 146] = 3, /* writev */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/
H A Dnspr_4.35.bb148 writev \
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl31 20 64 writev sys_writev
382 516 x32 writev sys_writev

1234