Lines Matching refs:iov
325 #define READV(ciptr, iov, iovcnt) TRANS(ReadV)(ciptr, iov, iovcnt)
329 struct iovec *, /* iov */
335 #define READV(ciptr, iov, iovcnt) readv(ciptr->fd, iov, iovcnt)
342 #define WRITEV(ciptr, iov, iovcnt) TRANS(WriteV)(ciptr, iov, iovcnt)
346 struct iovec *, /* iov */
352 #define WRITEV(ciptr, iov, iovcnt) writev(ciptr->fd, iov, iovcnt)