Home
last modified time | relevance | path

Searched refs:iovec (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Duio.h15 struct iovec struct
36 static __inline__ size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length()
46 unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to);
H A Dsocket.h58 struct iovec * msg_iov; /* Data blocks */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Duio.h40 extern ssize_t readv (int __fd, __const struct iovec *__iovec, int __count);
50 extern ssize_t writev (int __fd, __const struct iovec *__iovec, int __count);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Duio.h44 struct iovec struct
H A Dfcntl.h239 extern ssize_t vmsplice (int __fdout, const struct iovec *__iov,
H A Dsocket.h224 struct iovec *msg_iov; /* Vector of data to send/receive into. */