Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/testing/selftests/user_events/
Dftrace_test.c280 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
294 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
322 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 2)); in TEST_F()
326 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 2)); in TEST_F()
364 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 1)); in TEST_F()
377 ASSERT_NE(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
383 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
388 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
393 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
398 ASSERT_EQ(-1, writev(self->data_fd, (const struct iovec *)io, 3)); in TEST_F()
[all …]
/linux-6.1.9/fs/jffs2/
DMakefile11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-6.1.9/Documentation/trace/
Duser_events.rst27 writev() is called on the /sys/kernel/debug/tracing/user_events_data file.
111 writev() calls when something is actively attached to the event.
211 as payloads. In those cases writev() can be used, with the first vector being
232 writev(fd, (const struct iovec*)io, 2);
/linux-6.1.9/samples/user_events/
Dexample.c91 writev(data_fd, (const struct iovec *)io, 2); in main()
/linux-6.1.9/fs/ksmbd/
Dconnection.h118 int (*writev)(struct ksmbd_transport *t, struct kvec *iovs, int niov, member
Dconnection.c201 sent = conn->transport->ops->writev(conn->transport, &iov[0], in ksmbd_conn_write()
Dtransport_tcp.c636 .writev = ksmbd_tcp_writev,
/linux-6.1.9/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c105 syscall_len = writev(fd, iov, 1); in check_usermem_access_fault()
/linux-6.1.9/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl31 20 64 writev sys_writev
386 516 x32 writev sys_writev
/linux-6.1.9/arch/x86/entry/syscalls/
Dsyscall_64.tbl31 20 64 writev sys_writev
386 516 x32 writev sys_writev
/linux-6.1.9/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.1.9/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.1.9/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl29 19 n64 writev sys_writev
/linux-6.1.9/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl29 19 n64 writev sys_writev
Dsyscall_n32.tbl29 19 n32 writev sys_writev
/linux-6.1.9/arch/ia64/kernel/syscalls/
Dsyscall.tbl135 123 common writev sys_writev
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c454 return writev(fd, iov, ARRAY_SIZE(iov)); in tx_tap()
/linux-6.1.9/arch/xtensa/kernel/syscalls/
Dsyscall.tbl36 25 common writev sys_writev
/linux-6.1.9/arch/m68k/kernel/syscalls/
Dsyscall.tbl156 146 common writev sys_writev
/linux-6.1.9/arch/parisc/kernel/syscalls/
Dsyscall.tbl163 146 common writev sys_writev
/linux-6.1.9/arch/sh/kernel/syscalls/
Dsyscall.tbl156 146 common writev sys_writev
/linux-6.1.9/arch/um/drivers/
Dvector_user.c711 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
/linux-6.1.9/arch/microblaze/kernel/syscalls/
Dsyscall.tbl156 146 common writev sys_writev
/linux-6.1.9/arch/arm/tools/
Dsyscall.tbl162 146 common writev sys_writev
/linux-6.1.9/Documentation/filesystems/
Dorangefs.rst473 Userspace uses writev() on /dev/pvfs2-req to pass responses to the requests
485 the writev.

12