Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c336 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
342 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
354 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
360 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
392 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 1)); in TEST_F()
426 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 2)); in TEST_F()
430 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 2)); in TEST_F()
461 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 1)); in TEST_F()
474 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
480 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
[all …]
/linux/samples/user_events/
H A Dexample.c62 writev(data_fd, (const struct iovec *)io, 2); in main()
/linux/fs/jffs2/
H A DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux/Documentation/trace/
H A Duser_events.rst26 a write index which describes the data when a write() or writev() is called
231 writev() calls when something is actively attached to the event.
277 as payloads. In those cases writev() can be used, with the first vector being
298 writev(fd, (const struct iovec*)io, 2);
/linux/fs/smb/server/
H A Dconnection.h123 int (*writev)(struct ksmbd_transport *t, struct kvec *iovs, int niov, member
H A Dconnection.c227 sent = conn->transport->ops->writev(conn->transport, work->iov, in ksmbd_conn_write()
H A Dtransport_tcp.c662 .writev = ksmbd_tcp_writev,
H A Dtransport_rdma.c2302 .writev = smb_direct_writev,
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c105 syscall_len = writev(fd, iov, 1); in check_usermem_access_fault()
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl32 20 64 writev sys_writev
404 516 x32 writev sys_writev
H A Dsyscall_32.tbl161 146 i386 writev sys_writev
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl32 20 64 writev sys_writev
404 516 x32 writev sys_writev
/linux/tools/perf/util/
H A Dprobe-file.c965 ret = writev(fd, iov, 3); in probe_cache__scan_sdt()
973 ret = writev(fd, iov, 2); in probe_cache_entry__write()
/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c202 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl29 19 n64 writev sys_writev
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c477 return writev(fd, iov, ARRAY_SIZE(iov)); in tx_tap()
/linux/scripts/
H A Dsyscall.tbl85 66 common writev sys_writev sys_writev
/linux/Documentation/filesystems/
H A Dorangefs.rst473 Userspace uses writev() on /dev/pvfs2-req to pass responses to the requests
485 the writev.
/linux/Documentation/hid/
H A Duhid.rst43 I/O with readv()/writev().
/linux/arch/um/drivers/
H A Dvector_user.c794 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl193 146 common writev sys_writev
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl138 146 common writev sys_writev sys_writev
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst50 all files that support the write(2) operation also support writev(2).
/linux/fs/
H A Dread_write.c1161 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
/linux/init/
H A DKconfig462 bool "Enable process_vm_readv/writev syscalls"