Searched defs:iovec32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duio.h82 typedef struct iovec32 { struct
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7312 rsmka_iovec32_t *iovec32, *iovec32_base; local
7316 iovec32_base = iovec32 = kmem_zalloc(size, KM_SLEEP);
7318 (caddr_t)iovec32, size, mode)) {
7319 kmem_free(iovec32, size);
7325 for (i = 0; i < count; i++, iovec++, iovec32++) {
7326 iovec->io_type = (int)iovec32->io_type;
7329 iovec32->local;
7332 (caddr_t)(uintptr_t)iovec32->local;
7333 iovec->local_offset = (size_t)iovec32->local_offset;
7334 iovec->remote_offset = (size_t)iovec32
[all...]

Completed in 104 milliseconds