Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c139 struct vgatext_softc { struct
140 struct vgaregmap regs;
141 struct vgaregmap fb;
142 off_t fb_size;
143 int fb_regno;
144 dev_info_t *devi;
168 static int vgatext_devinit(struct vgatext_softc *, struct vis_devinit *data); argument
/titanic_53/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c67 struct vgatext_softc { struct
68 struct vgaregmap regs;
69 struct vgaregmap fb;
70 off_t fb_size;
71 int fb_regno;
72 dev_info_t *devi;
73 int mode; /* KD_TEXT or KD_GRAPHICS */
74 caddr_t text_base; /* hardware text base */
75 char shadow[TEXT_ROWS*TEXT_COLS*2];
76 caddr_t current_base; /* hardware or shadow */
[all …]