Searched refs:text_base (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c75 caddr_t text_base; /* hardware text base */ member in struct:vgatext_softc
439 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE;
441 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE;
450 softc->current_base = softc->text_base;
454 softc->current_base = softc->text_base;
690 softc->text_base[i] = softc->shadow[i];
766 softc->text_base[i] = softc->shadow[i];
768 softc->current_base = softc->text_base;
1020 if (softc->current_base == softc->text_base)
1035 if (softc->current_base == softc->text_base)
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_lmap.c99 loadobj.text_base = lmap.l_addr;
H A Dprb_proc.h114 uintptr_t text_base; member in struct:prb_loadobj
H A Dtnfctl.h167 uintptr_t text_base; /* address where text of loadobj was mapped */ member in struct:tnfctl_ind_obj_info
H A Dinternal.c233 loadobj.text_base = lmap->l_addr;
H A Dprobes.c373 entry_p->baseaddr = obj->text_base;
416 if (obj->baseaddr == this_obj->text_base)
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c149 caddr_t text_base; /* hardware text base */ member in struct:vgatext_softc
557 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE;
559 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE;
568 softc->current_base = softc->text_base;
572 softc->current_base = softc->text_base;
892 softc->text_base[i] = softc->shadow[i];
894 softc->current_base = softc->text_base;
1146 if (softc->current_base == softc->text_base)
1161 if (softc->current_base == softc->text_base)
1165 if (softc->current_base == softc->text_base) {
[all...]

Completed in 934 milliseconds