Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/testing/selftests/user_events/
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 …]
/linux-6.6.21/samples/user_events/
Dexample.c62 writev(data_fd, (const struct iovec *)io, 2); in main()
/linux-6.6.21/fs/jffs2/
DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-6.6.21/Documentation/trace/
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);
/linux-6.6.21/fs/smb/server/
Dconnection.h122 int (*writev)(struct ksmbd_transport *t, struct kvec *iovs, int niov, member
Dconnection.c190 sent = conn->transport->ops->writev(conn->transport, work->iov, in ksmbd_conn_write()
Dtransport_tcp.c648 .writev = ksmbd_tcp_writev,
/linux-6.6.21/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c105 syscall_len = writev(fd, iov, 1); in check_usermem_access_fault()
/linux-6.6.21/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl31 20 64 writev sys_writev
389 516 x32 writev sys_writev
/linux-6.6.21/arch/x86/entry/syscalls/
Dsyscall_64.tbl31 20 64 writev sys_writev
389 516 x32 writev sys_writev
/linux-6.6.21/tools/testing/selftests/proc/
Dproc-pid-vm.c201 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
/linux-6.6.21/tools/perf/util/
Dprobe-file.c984 ret = writev(fd, iov, 3); in probe_cache_entry__write()
992 ret = writev(fd, iov, 2); in probe_cache_entry__write()
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl29 19 n64 writev sys_writev
/linux-6.6.21/arch/ia64/kernel/syscalls/
Dsyscall.tbl135 123 common writev sys_writev
/linux-6.6.21/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl29 19 n64 writev sys_writev
Dsyscall_n32.tbl29 19 n32 writev sys_writev
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c478 return writev(fd, iov, ARRAY_SIZE(iov)); in tx_tap()
/linux-6.6.21/arch/xtensa/kernel/syscalls/
Dsyscall.tbl36 25 common writev sys_writev
/linux-6.6.21/arch/um/drivers/
Dvector_user.c711 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
/linux-6.6.21/arch/m68k/kernel/syscalls/
Dsyscall.tbl156 146 common writev sys_writev
/linux-6.6.21/arch/parisc/kernel/syscalls/
Dsyscall.tbl163 146 common writev sys_writev
/linux-6.6.21/arch/microblaze/kernel/syscalls/
Dsyscall.tbl156 146 common writev sys_writev
/linux-6.6.21/arch/sh/kernel/syscalls/
Dsyscall.tbl156 146 common writev sys_writev
/linux-6.6.21/arch/arm/tools/
Dsyscall.tbl162 146 common writev sys_writev
/linux-6.6.21/Documentation/filesystems/
Dorangefs.rst473 Userspace uses writev() on /dev/pvfs2-req to pass responses to the requests
485 the writev.

12