Home | History | Annotate | Download | only in rumpkern

Lines Matching refs:iovp

1555 rump___sysimpl_readv(int fd, const struct iovec * iovp, int iovcnt)
1564 SPARG(&callarg, iovp) = iovp;
1585 rump___sysimpl_writev(int fd, const struct iovec * iovp, int iovcnt)
1594 SPARG(&callarg, iovp) = iovp;
3289 rump___sysimpl_preadv(int fd, const struct iovec * iovp, int iovcnt, off_t offset)
3298 SPARG(&callarg, iovp) = iovp;
3321 rump___sysimpl_pwritev(int fd, const struct iovec * iovp, int iovcnt, off_t offset)
3330 SPARG(&callarg, iovp) = iovp;