Searched defs:readv (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_readv.c | 144 ssize_t readv(int fd, const struct iovec *iov, int iovcnt) in readv() function
|
/kernel/uniproton/src/fs/ |
D | fs.c | 149 ssize_t readv(int fd, const struct iovec *iovBuf, int iovcnt) in readv() function
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_fs.c | 1146 ssize_t readv(int fd, const struct iovec *iovBuf, int iovcnt) in readv() function
|
/kernel/linux/linux-5.10/fs/ |
D | read_write.c | 1041 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
|