Home
last modified time | relevance | path

Searched refs:readv (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl28 19 64 readv sys_readv
340 515 x32 readv compat_sys_readv
Dsyscall_32.tbl154 145 i386 readv sys_readv compat_sys_readv
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S232 ENTRY_COMP(readv) /* 145 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h152 COMPAT_SYS_SPU(readv)
/linux-4.1.27/tools/lguest/
Dlguest.c962 len = readv(STDIN_FILENO, iov, in_num); in console_input()
1111 len = readv(net_info->tunfd, iov, in); in net_input()
3014 ret = readv(vblk->fd, iov + out_num, in_num); in blk_request()
3093 len = readv(rng_info->rfd, iov, in_num); in rng_input()
/linux-4.1.27/fs/
Dread_write.c852 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1022 COMPAT_SYSCALL_DEFINE3(readv, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE3() argument
DKconfig.binfmt127 bool "OSF/1 v4 readv/writev compatibility"
/linux-4.1.27/Documentation/filesystems/
Dmandatory-locking.txt150 write(), readv(), writev(), open(), creat(), mmap(), truncate() and
Dspufs.txt39 All files that support the read(2) operation also support readv(2) and
DLocking446 ssize_t (*readv) (struct file *, const struct iovec *, unsigned long,
Dntfs.txt83 - The new driver supports readv(2) and writev(2).
/linux-4.1.27/Documentation/mic/mpssd/
Dmpssd.c587 len = readv(net_poll[NET_FD_TUN].fd, in virtio_net()
796 len = readv(pty_fd, copy.iov, copy.iovcnt); in virtio_console()
/linux-4.1.27/Documentation/hid/
Duhid.txt42 I/O with readv()/writev().
/linux-4.1.27/Documentation/block/
Dbiodoc.txt372 when it came to large i/o requests and readv/writev style operations, as it
395 (including non-page aligned page fragments, as specified via readv/writev)
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES402 shutdown. Add generic readv/writev and aio support. Report inode numbers