Searched defs:iovec (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ns_fs.h | 37 ssize_t readv(const struct iovec*, int) throw() { return -EISDIR; } in readv() 38 ssize_t writev(const struct iovec*, int) throw() { return -EISDIR; } in writev() 39 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() 40 ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in pwritev() 64 ssize_t readv(const struct iovec*, int) throw() { return -EISDIR; } in readv() 65 ssize_t writev(const struct iovec*, int) throw() { return -EISDIR; } in writev() 66 ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in preadv() 67 ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } in pwritev()
|
A D | vcon_stream_impl.h | 45 Vcon_stream::readv(const struct iovec *iovec, int iovcnt) throw() in readv() 94 Vcon_stream::writev(const struct iovec *iovec, int iovcnt) throw() in writev()
|
A D | ro_file_impl.h | 101 Ro_file::pwritev(const struct iovec *, int, off64_t) throw() in pwritev()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uio.h | 44 struct iovec struct 46 void *iov_base; /* Pointer to data. */ 47 size_t iov_len; /* Length of data. */
|
Completed in 3 milliseconds