Searched refs:vd_softc (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c90 info = vd->vd_softc;
130 info = vd->vd_softc;
153 info = vd->vd_softc;
205 info = vd->vd_softc;
256 info = vd->vd_softc;
373 info = vd->vd_softc;
408 info = vd->vd_softc;
H A Dvt_early_fb.c182 if (vd->vd_softc == NULL)
183 vd->vd_softc = (void *)&local_info;
185 info = vd->vd_softc;
/freebsd-10.1-release/sys/dev/vt/hw/efifb/
H A Defifb.c109 info = vd->vd_softc;
111 info = vd->vd_softc = (void *)&local_info;
/freebsd-10.1-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c121 struct vga_softc *sc = vd->vd_softc;
143 struct vga_softc *sc = vd->vd_softc;
158 struct vga_softc *sc = vd->vd_softc;
317 struct vga_softc *sc = vd->vd_softc;
329 struct vga_softc *sc = vd->vd_softc;
512 sc = vd->vd_softc;
528 sc = vd->vd_softc;
863 sc = vd->vd_softc;
955 struct vga_softc *sc = vd->vd_softc;
1036 struct vga_softc *sc = vd->vd_softc;
[all...]
/freebsd-10.1-release/sys/dev/fb/
H A Dcreator_vt.c114 vd->vd_softc = sc = &creatorfb_conssoftc;
172 sc = vd->vd_softc;
186 struct creatorfb_softc *sc = vd->vd_softc;
/freebsd-10.1-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c110 struct fb_info *sc = vd->vd_softc;
257 struct ofwfb_softc *sc = vd->vd_softc;
324 vd->vd_softc = sc = &ofwfb_conssoftc;
/freebsd-10.1-release/sys/powerpc/ps3/
H A Dps3_syscons.c167 vd->vd_softc = sc = &ps3fb_softc;
/freebsd-10.1-release/sys/dev/vt/
H A Dvt.h129 void *vd_softc; /* (u) Driver data. */ member in struct:vt_device
H A Dvt_core.c178 .vd_softc = NULL,
2608 vd->vd_softc = softc;

Completed in 137 milliseconds