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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c7293 caddr_t mem_p = NULL; local
7603 mem_p = kmem_zalloc(alloc_len, KM_SLEEP);
7611 rv = (iop->convert)(vdc, arg, mem_p, mode, VD_COPYIN);
7615 if (mem_p != NULL)
7616 kmem_free(mem_p, alloc_len);
7623 rv = vdc_do_sync_op(vdc, iop->op, mem_p, alloc_len,
7634 if (mem_p != NULL)
7635 kmem_free(mem_p, alloc_len);
7646 rv = (iop->convert)(vdc, mem_p, arg, mode, VD_COPYOUT);
7650 if (mem_p !
[all...]

Completed in 59 milliseconds