Lines Matching defs:iovcnt
1555 rump___sysimpl_readv(int fd, const struct iovec * iovp, int iovcnt)
1565 SPARG(&callarg, iovcnt) = iovcnt;
1585 rump___sysimpl_writev(int fd, const struct iovec * iovp, int iovcnt)
1595 SPARG(&callarg, iovcnt) = iovcnt;
3289 rump___sysimpl_preadv(int fd, const struct iovec * iovp, int iovcnt, off_t offset)
3299 SPARG(&callarg, iovcnt) = iovcnt;
3321 rump___sysimpl_pwritev(int fd, const struct iovec * iovp, int iovcnt, off_t offset)
3331 SPARG(&callarg, iovcnt) = iovcnt;