Searched refs:xdf_ssp (Results 1 – 1 of 1) sorted by relevance
134 static void *xdf_ssp; variable1741 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_synthetic_pgeom()2331 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_lb_getcap()2348 if ((vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip))) == NULL) in xdf_lb_getpgeom()2369 if (!(vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)))) in xdf_lb_getattribute()2389 if ((vdp = ddi_get_soft_state(xdf_ssp, instance)) == NULL) in xdf_lb_getinfo()2420 vdp = ddi_get_soft_state(xdf_ssp, ddi_get_instance(dip)); in xdf_lb_rdwr()2557 if (((vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor))) == NULL) || in xdf_ioctl()2716 vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor)); in xdf_strategy()2826 if ((vdp = ddi_get_soft_state(xdf_ssp, XDF_INST(minor))) == NULL) in xdf_read()[all …]