Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c142 struct vgatext_softc { struct
143 struct vgaregmap regs;
144 struct vgaregmap fb;
145 off_t fb_size;
146 int fb_regno;
147 dev_info_t *devi;
148 int mode; /* KD_TEXT or KD_GRAPHICS */
149 caddr_t text_base; /* hardware text base */
173 static int vgatext_devinit(struct vgatext_softc *, struct vis_devinit *data); argument
/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c68 struct vgatext_softc { struct
69 struct vgaregmap regs;
70 struct vgaregmap fb;
71 off_t fb_size;
72 int fb_regno;
73 dev_info_t *devi;
74 int mode; /* KD_TEXT or KD_GRAPHICS */
75 caddr_t text_base; /* hardware text base */
76 char shadow[TEXT_ROWS*TEXT_COLS*2];
77 caddr_t current_base; /* hardware or shadow */
[all …]