Searched refs:vdc_io_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h258 } vdc_io_t; typedef in typeref:struct:vdc_io
364 vdc_io_t *eio_queue; /* error io queue */
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c229 static vdc_io_t *vdc_eio_queue(vdc_t *vdc, int index);
6747 static vdc_io_t *
6750 vdc_io_t *vio;
6754 vio = kmem_alloc(sizeof (vdc_io_t), KM_SLEEP);
6776 vdc_io_t *vio, *vio_tmp;
6827 kmem_free(vio, sizeof (vdc_io_t));

Completed in 109 milliseconds