Searched refs:preadv (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ns_fs.h | 39 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() function 66 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() function
|
A D | ro_file.h | 57 ssize_t preadv(const struct iovec *, int, off64_t) throw();
|
A D | ro_file_impl.h | 68 Ro_file::preadv(const struct iovec *vec, int cnt, off64_t offset) throw() in preadv() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | uio.h | 41 extern ssize_t preadv (int __fd, const struct iovec *__iovec, int __count,
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 72 /// Default backend for POSIX pread and preadv functions. 73 ssize_t preadv(const struct iovec*, int, off64_t) throw() 241 ssize_t r = preadv(v, iovcnt, _pos); 255 ssize_t preadv(const struct iovec *v, int iovcnt, off64_t offset) throw() = 0; 290 ssize_t preadv(const struct iovec *v, int iovcnt, off64_t) throw()
|
A D | vfs.h | 307 virtual ssize_t preadv(const struct iovec *iov, int iovcnt, off64_t offset) throw() = 0;
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 544 ssize_t preadv(int, const struct iovec *, int, off_t); 551 L4B_REDIRECT_4(ssize_t, preadv, int, const struct iovec *, int, off_t) 631 return preadv(fd, &iov, 1, offset); in pread64()
|
Completed in 11 milliseconds