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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7467 rsmpi_iovec_t *iovec_start = NULL; local
7592 iovec_start = iovec = kmem_zalloc(size, KM_SLEEP);
7594 iovec_start = iovec = iovec_arr;
7702 iovec = iovec_start;
7734 if (iovec_start)
7735 kmem_free(iovec_start, size);

Completed in 80 milliseconds