Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/vt/
HDvt.h130 void *vd_prev_softc; /* (?) Previous driver data. */ member
HDvt_core.c216 .vd_prev_softc = NULL,
3270 vd->vd_prev_softc = vd->vd_softc; in vt_replace_backend()
3275 } else if (vd->vd_prev_driver != NULL && vd->vd_prev_softc != NULL) { in vt_replace_backend()
3287 vd->vd_softc = vd->vd_prev_softc; in vt_replace_backend()
3289 vd->vd_prev_softc = NULL; in vt_replace_backend()