Lines Matching defs:vgatext_softc

142 struct vgatext_softc {
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 *softc);
193 static void vgatext_get_cursor(struct vgatext_softc *softc,
195 static void vgatext_set_cursor(struct vgatext_softc *softc, int row, int col);
196 static void vgatext_hide_cursor(struct vgatext_softc *softc);
197 static void vgatext_save_colormap(struct vgatext_softc *softc);
198 static void vgatext_restore_colormap(struct vgatext_softc *softc);
276 sizeof (struct vgatext_softc), 1)) != 0) {
323 #define getsoftc(instance) ((struct vgatext_softc *) \
356 vgatext_check_for_console(dev_info_t *devi, struct vgatext_softc *softc,
435 struct vgatext_softc *softc;
622 struct vgatext_softc *softc = getsoftc(instance);
676 struct vgatext_softc *softc;
709 struct vgatext_softc *softc = getsoftc(DEV2INST(*devp));
725 do_gfx_ioctl(int cmd, intptr_t data, int mode, struct vgatext_softc *softc)
843 struct vgatext_softc *softc = getsoftc(DEV2INST(dev));
866 vgatext_save_text(struct vgatext_softc *softc)
886 vgatext_kdsettext(struct vgatext_softc *softc)
903 vgatext_kdsetgraphics(struct vgatext_softc *softc)
914 vgatext_kdsetmode(struct vgatext_softc *softc, int mode)
952 struct vgatext_softc *softc;
987 vgatext_devinit(struct vgatext_softc *softc, struct vis_devinit *data)
1007 vgatext_cons_display(struct vgatext_softc *softc, struct vis_consdisplay *da)
1050 vgatext_cons_display((struct vgatext_softc *)arg, da);
1058 vgatext_cons_copy(struct vgatext_softc *softc, struct vis_conscopy *ma)
1133 vgatext_cons_copy((struct vgatext_softc *)arg, ca);
1138 vgatext_cons_cursor(struct vgatext_softc *softc, struct vis_conscursor *ca)
1177 vgatext_cons_cursor((struct vgatext_softc *)arg, ca);
1184 vgatext_hide_cursor(struct vgatext_softc *softc)
1190 vgatext_set_cursor(struct vgatext_softc *softc, int row, int col)
1206 vgatext_get_cursor(struct vgatext_softc *softc,
1223 vgatext_set_text(struct vgatext_softc *softc)
1279 vgatext_init(struct vgatext_softc *softc)
1302 vgatext_init_graphics(struct vgatext_softc *softc)
1312 vgatext_setfont(struct vgatext_softc *softc)
1399 vgatext_save_colormap(struct vgatext_softc *softc)
1415 vgatext_restore_colormap(struct vgatext_softc *softc)