Home
last modified time | relevance | path

Searched refs:iovec32 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duio.h82 typedef struct iovec32 { struct
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c642 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in readv()
835 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in writev()
1038 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in preadv()
1239 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in pwritev()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1106 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in recvmsg()
1110 iov32size = iovcnt * sizeof (struct iovec32); in recvmsg()
1114 if (copyin((struct iovec32 *)lmsg.msg_iov, aiov32, iov32size)) { in recvmsg()
1392 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in sendmsg()
1396 iov32size = iovcnt * sizeof (struct iovec32); in sendmsg()
1401 copyin((struct iovec32 *)lmsg.msg_iov, aiov32, iov32size)) { in sendmsg()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7311 rsmka_iovec32_t *iovec32, *iovec32_base; in iovec_copyin() local
7315 iovec32_base = iovec32 = kmem_zalloc(size, KM_SLEEP); in iovec_copyin()
7317 (caddr_t)iovec32, size, mode)) { in iovec_copyin()
7318 kmem_free(iovec32, size); in iovec_copyin()
7324 for (i = 0; i < count; i++, iovec++, iovec32++) { in iovec_copyin()
7325 iovec->io_type = (int)iovec32->io_type; in iovec_copyin()
7328 iovec32->local; in iovec_copyin()
7331 (caddr_t)(uintptr_t)iovec32->local; in iovec_copyin()
7332 iovec->local_offset = (size_t)iovec32->local_offset; in iovec_copyin()
7333 iovec->remote_offset = (size_t)iovec32->remote_offset; in iovec_copyin()
[all …]