Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c75 caddr_t text_base; /* hardware text base */ member
439 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE; in gfxp_vgatext_attach()
441 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE; 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()
690 softc->text_base[i] = softc->shadow[i]; in vgatext_restore_textmode()
766 softc->text_base[i] = softc->shadow[i]; in vgatext_kdsettext()
768 softc->current_base = softc->text_base; in vgatext_kdsettext()
1020 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()
1035 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()
[all …]
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c149 caddr_t text_base; /* hardware text base */ member
557 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE; in vgatext_attach()
559 softc->text_base = (caddr_t)softc->fb.addr + VGA_MONO_BASE; in vgatext_attach()
568 softc->current_base = softc->text_base; in vgatext_attach()
572 softc->current_base = softc->text_base; in vgatext_attach()
892 softc->text_base[i] = softc->shadow[i]; in vgatext_kdsettext()
894 softc->current_base = softc->text_base; in vgatext_kdsettext()
1146 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()
1161 if (softc->current_base == softc->text_base) in vgatext_cons_cursor()
1165 if (softc->current_base == softc->text_base) { in vgatext_cons_cursor()
/titanic_41/usr/src/lib/libtnfctl/
H A Dprb_lmap.c99 loadobj.text_base = lmap.l_addr; in prb_loadobj_iter()
H A Dprb_proc.h114 uintptr_t text_base; member
H A Dtnfctl.h167 uintptr_t text_base; /* address where text of loadobj was mapped */ member
H A Dinternal.c233 loadobj.text_base = lmap->l_addr; in inprocess_loadobj_iter()
H A Dprobes.c373 entry_p->baseaddr = obj->text_base; in per_loadobj()
416 if (obj->baseaddr == this_obj->text_base) in loadobj_find()