Searched refs:readv (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 28 19 64 readv sys_readv 343 515 x32 readv compat_sys_readv
|
D | syscall_32.tbl | 154 145 i386 readv sys_readv compat_sys_readv
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 232 ENTRY_COMP(readv) /* 145 */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 152 COMPAT_SYS_SPU(readv)
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 966 len = readv(STDIN_FILENO, iov, in_num); in console_input() 1115 len = readv(net_info->tunfd, iov, in); in net_input() 3018 ret = readv(vblk->fd, iov + out_num, in_num); in blk_request() 3097 len = readv(rng_info->rfd, iov, in_num); in rng_input()
|
/linux-4.4.14/fs/ |
D | read_write.c | 852 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
|
D | Kconfig.binfmt | 127 bool "OSF/1 v4 readv/writev compatibility"
|
/linux-4.4.14/Documentation/filesystems/ |
D | mandatory-locking.txt | 150 write(), readv(), writev(), open(), creat(), mmap(), truncate() and
|
D | spufs.txt | 39 All files that support the read(2) operation also support readv(2) and
|
D | ntfs.txt | 83 - The new driver supports readv(2) and writev(2).
|
D | Locking | 447 ssize_t (*readv) (struct file *, const struct iovec *, unsigned long,
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 610 len = readv(net_poll[NET_FD_TUN].fd, in virtio_net() 825 len = readv(pty_fd, copy.iov, copy.iovcnt); in virtio_console()
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 42 I/O with readv()/writev().
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 372 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.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 402 shutdown. Add generic readv/writev and aio support. Report inode numbers
|