Home | History | Annotate | Download | only in dev

Lines Matching refs:vd

81 	struct vcons_data vd;
182 vcons_init(&sc->vd, sc, &rascons_stdscreen, &ofb_accessops);
183 sc->vd.init_screen = ofb_init_screen;
188 vcons_init_screen(&sc->vd, &rascons_console_screen, 1, &defattr);
217 a.accesscookie = &sc->vd;
249 struct vcons_data *vd = v;
250 struct ofb_softc *sc = vd->cookie;
252 struct vcons_screen *ms = vd->active;
319 struct vcons_data *vd = v;
320 struct ofb_softc *sc = vd->cookie;
324 if (vd->active == NULL) {