Searched defs:vgatext_softc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c68 struct vgatext_softc { struct
161 static int vgatext_devinit(struct vgatext_softc *, struct vis_devinit *data);
162 static void vgatext_cons_copy(struct vgatext_softc *,
164 static void vgatext_cons_display(struct vgatext_softc *,
166 static void vgatext_cons_cursor(struct vgatext_softc *,
174 static void vgatext_init(struct vgatext_softc *);
175 static void vgatext_set_text(struct vgatext_softc *);
177 static void vgatext_save_text(struct vgatext_softc *softc);
178 static void vgatext_restore_textmode(struct vgatext_softc *softc);
179 static int vgatext_suspend(struct vgatext_softc *soft
[all...]
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c142 struct vgatext_softc { struct
173 static int vgatext_devinit(struct vgatext_softc *, struct vis_devinit *data);
174 static void vgatext_cons_copy(struct vgatext_softc *,
176 static void vgatext_cons_display(struct vgatext_softc *,
178 static void vgatext_cons_cursor(struct vgatext_softc *,
186 static void vgatext_init(struct vgatext_softc *);
187 static void vgatext_set_text(struct vgatext_softc *);
189 static void vgatext_init_graphics(struct vgatext_softc *);
191 static int vgatext_kdsetmode(struct vgatext_softc *softc, int mode);
192 static void vgatext_setfont(struct vgatext_softc *soft
[all...]

Completed in 61 milliseconds