Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dviorand.c58 viorand_rdbuf_t *vio_rdbuf_mem; member
232 viorand_rdbuf_t *rb = &state->vio_rdbuf_mem[i]; in viorand_free_bufs()
245 if (state->vio_rdbuf_mem != NULL) { in viorand_free_bufs()
246 kmem_free(state->vio_rdbuf_mem, in viorand_free_bufs()
248 state->vio_rdbuf_mem = NULL; in viorand_free_bufs()
260 state->vio_rdbuf_mem = kmem_zalloc(sizeof (viorand_rdbuf_t) * in viorand_alloc_bufs()
268 &state->vio_rdbuf_mem[i]); in viorand_alloc_bufs()