/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.pattern | 114 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 D | 017 | 58 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 D | 018 | 59 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 D | 019 | 67 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 D | 020 | 68 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 D | 021.out | 4 == 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 D | 024 | 71 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 D | 028 | 72 io writev $offset 512 1024 32 86 io writev $(( offset + 512 )) 512 1024 64
|
H A D | 004.out | 20 writev past image boundary 21 writev failed: Input/output error
|
H A D | 171.out | 32 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 D | ftrace_test.c | 328 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/linux/samples/user_events/ |
H A D | example.c | 62 writev(data_fd, (const struct iovec *)io, 2); in main()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
H A D | 0001-include-sys-uio.patch | 3 error: call to undeclared function 'writev'; ISO C99 and later do not support
|
/openbmc/linux/fs/jffs2/ |
H A D | Makefile | 11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
|
/openbmc/linux/Documentation/trace/ |
H A D | user_events.rst | 21 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-networking/recipes-support/chrony/chrony/ |
H A D | arm_eabi.patch | 74 SCMP_SYS(writev),
|
/openbmc/linux/fs/smb/server/ |
H A D | connection.h | 123 int (*writev)(struct ksmbd_transport *t, struct kvec *iovs, int niov, member
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 105 syscall_len = writev(fd, iov, 1); in check_usermem_access_fault()
|
/openbmc/qemu/net/ |
H A D | dump.c | 90 if (writev(s->fd, dumpiov, cnt + 1) != sizeof(hdr) + caplen) { in dump_receive_iov()
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 148 ret = writev(fioc->fd, iov, niov); in qio_channel_file_writev()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 147 [ 146] = 3, /* writev */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/ |
H A D | nspr_4.36.bb | 147 writev \
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 31 20 64 writev sys_writev 389 516 x32 writev sys_writev
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 31 20 64 writev sys_writev 389 516 x32 writev sys_writev
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 32 20 64 writev sys_writev 400 516 x32 writev sys_writev
|