Home
last modified time | relevance | path

Searched refs:current_base (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c77 caddr_t current_base; /* hardware or shadow */ member
448 softc->current_base = softc->shadow; in gfxp_vgatext_attach()
450 softc->current_base = softc->text_base; in gfxp_vgatext_attach()
454 softc->current_base = softc->text_base; in gfxp_vgatext_attach()
680 softc->shadow[i] = softc->current_base[i]; in vgatext_save_text()
768 softc->current_base = softc->text_base; in vgatext_kdsettext()
781 softc->current_base = softc->shadow; in vgatext_kdsetgraphics()
910 addr = (struct cgatext *)softc->current_base in vgatext_cons_display()
969 base = (unsigned short *)softc->current_base; in vgatext_cons_copy()
1020 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()
[all …]
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c151 caddr_t current_base; /* hardware or shadow */ member
566 softc->current_base = softc->shadow; in vgatext_attach()
568 softc->current_base = softc->text_base; in vgatext_attach()
572 softc->current_base = softc->text_base; in vgatext_attach()
871 softc->shadow[i] = softc->current_base[i]; in vgatext_save_text()
894 softc->current_base = softc->text_base; in vgatext_kdsettext()
907 softc->current_base = softc->shadow; in vgatext_kdsetgraphics()
1036 addr = (struct cgatext *)softc->current_base in vgatext_cons_display()
1095 base = (unsigned short *)softc->current_base; in vgatext_cons_copy()
1146 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()
[all …]