Searched refs:vd_prev_softc (Results 1 – 2 of 2) sorted by relevance
129 void *vd_prev_softc; /* (?) Previous driver data. */ member
216 .vd_prev_softc = NULL,3310 vd->vd_prev_softc = vd->vd_softc; in vt_replace_backend()3315 } else if (vd->vd_prev_driver != NULL && vd->vd_prev_softc != NULL) { in vt_replace_backend()3327 vd->vd_softc = vd->vd_prev_softc; in vt_replace_backend()3329 vd->vd_prev_softc = NULL; in vt_replace_backend()