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()
2359 if ((vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip))) == NULL) in xdf_lb_getpgeom()
2380 if (!(vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)))) in xdf_lb_getattribute()
2400 if ((vdp = ddi_get_soft_state(xdf_ssp, instance)) == NULL) in xdf_lb_getinfo()
2431 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_lb_rdwr()
2576 if (((vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor))) == NULL) || in xdf_ioctl()
2756 vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor)); in xdf_strategy()
2866 if ((vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor))) == NULL) in xdf_read()
[all …]