Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7466 rsmpi_iovec_t *iovec_start = NULL; in rsm_iovec_ioctl() local
7591 iovec_start = iovec = kmem_zalloc(size, KM_SLEEP); in rsm_iovec_ioctl()
7593 iovec_start = iovec = iovec_arr; in rsm_iovec_ioctl()
7701 iovec = iovec_start; in rsm_iovec_ioctl()
7733 if (iovec_start) in rsm_iovec_ioctl()
7734 kmem_free(iovec_start, size); in rsm_iovec_ioctl()