Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt.h129 void *vd_prev_softc; /* (?) Previous driver data. */ member
H A Dvt_core.c216 .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()