Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c140 static void *xdf_ssp; variable
1752 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_synthetic_pgeom()
2342 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_lb_getcap()
2431 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_lb_rdwr()
2756 vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor)); in xdf_strategy()
3460 vdp = ddi_get_soft_state(xdf_ssp, instance); in xdf_attach()
3652 ddi_soft_state_free(xdf_ssp, instance); in xdf_attach()
3713 vdp = ddi_get_soft_state(xdf_ssp, instance); in xdf_detach()
3757 ddi_soft_state_free(xdf_ssp, instance); in xdf_detach()
3843 ddi_soft_state_fini(&xdf_ssp); in _init()
[all …]