Lines Matching refs:iovcnt
244 iovcnt: c::c_int,
255 fun(fd, iov, iovcnt, offset)
263 iovcnt,
270 c::syscall(c::SYS_preadv, fd, iov, iovcnt, offset) as c::ssize_t
277 iovcnt: c::c_int,
285 fun(fd, iov, iovcnt, offset)
293 iovcnt,
300 c::syscall(c::SYS_pwritev, fd, iov, iovcnt, offset) as c::ssize_t
328 iovcnt: c::c_int,
336 iovcnt: c::c_int, offset: c::off_t