Lines Matching defs:grf_softc
53 struct grf_softc { struct
64 int (*g_mode)(struct grf_softc *, u_long, void *, argument
67 struct wsdisplay_accessops *g_accessops;
68 struct wsdisplay_emulops *g_emulops;
69 struct wsscreen_descr *g_defaultscr;
70 struct wsscreen_list *g_scrlist;
71 struct vcons_data g_vd;
72 uint16_t g_rowoffset[MAXROWS]; /* speed up putchar-multiplication */
73 int g_wsmode; /* current wsdisplay mode */
76 int g_conpri; /* priority of ite as console */
77 void (*g_iteinit)(struct ite_softc *);
78 void (*g_itedeinit)(struct ite_softc *);
79 void (*g_iteclear)(struct ite_softc *, int, int, int, int);
80 void (*g_iteputc)(struct ite_softc *, int, int, int, int);
81 void (*g_itecursor)(struct ite_softc *, int);
82 void (*g_itescroll)(struct ite_softc *, int, int, int, int);