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

/freebsd-current/sys/dev/vt/
H A Dvt.h130 void *vd_prev_softc; /* (?) Previous driver data. */ member in struct:vt_device
H A Dvt_core.c212 .vd_prev_softc = NULL,
3250 vd->vd_prev_softc = vd->vd_softc;
3255 } else if (vd->vd_prev_driver != NULL && vd->vd_prev_softc != NULL) {
3267 vd->vd_softc = vd->vd_prev_softc;
3269 vd->vd_prev_softc = NULL;

Completed in 59 milliseconds