Searched defs:current_base (Results 1 - 2 of 2) sorted by relevance

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

Completed in 55 milliseconds