Lines Matching refs:iovec
78 struct iovec aiov; in read()
214 struct iovec aiov; in write()
340 struct iovec aiov; in pread()
480 struct iovec aiov; in pwrite()
619 readv(int fdes, struct iovec *iovp, int iovcnt) in readv()
622 struct iovec aiov[DEF_IOV_MAX]; in readv()
661 if (copyin(iovp, aiov, iovcnt * sizeof (struct iovec))) in readv()
777 writev(int fdes, struct iovec *iovp, int iovcnt) in writev()
780 struct iovec aiov[DEF_IOV_MAX]; in writev()
819 if (copyin(iovp, aiov, iovcnt * sizeof (struct iovec))) in writev()
926 preadv(int fdes, struct iovec *iovp, int iovcnt, off_t offset, in preadv()
930 struct iovec aiov[DEF_IOV_MAX]; in preadv()
983 if (copyin(iovp, aiov, iovcnt * sizeof (struct iovec))) in preadv()
1108 pwritev(int fdes, struct iovec *iovp, int iovcnt, off_t offset, in pwritev()
1112 struct iovec aiov[DEF_IOV_MAX]; in pwritev()
1165 if (copyin(iovp, aiov, iovcnt * sizeof (struct iovec))) in pwritev()
1326 struct iovec aiov; in pread64()
1449 struct iovec aiov; in pwrite64()