Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c191 case KD_TEXT: in bitmap_kdsetmode()
193 if (softc->blt_ops.setmode(KD_TEXT) != 0) in bitmap_kdsetmode()
212 if (softc->mode == KD_TEXT && softc->silent == 1) { in bitmap_kdsetmode()
215 mode = KD_TEXT; in bitmap_kdsetmode()
334 if (softc->mode == KD_TEXT) { in bitmap_cons_copy()
344 if (softc->mode == KD_TEXT) { in bitmap_cons_copy()
432 if (softc->mode == KD_TEXT) { in bitmap_cons_display()
457 if (softc->mode == KD_TEXT) { in bitmap_cons_clear()
473 if (softc->mode == KD_TEXT) in bitmap_cons_clear()
487 if (softc->mode == KD_TEXT) { in bitmap_cons_clear()
[all …]
H A Dgfxp_vgatext.c305 case KD_TEXT: in vgatext_suspend()
324 case KD_TEXT: in vgatext_resume()
396 case KD_TEXT: in vgatext_kdsetmode()
398 if (softc->blt_ops.setmode(KD_TEXT) != 0) in vgatext_kdsetmode()
419 if (softc->mode == KD_TEXT && softc->silent == 1) { in vgatext_kdsetmode()
423 mode = KD_TEXT; in vgatext_kdsetmode()
/illumos-gate/usr/src/uts/common/sys/
H A Dkd.h47 #define KD_TEXT 0 macro
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c292 ptem->tvs_fbmode = KD_TEXT; in tem_init()
364 if (tem->tvs_isactive && tem->tvs_fbmode == KD_TEXT) in tem_destroy()
1060 if (fbmode == KD_TEXT) in tem_set_fbmode()
1107 if (tobe->tvs_fbmode == KD_TEXT) in tem_switch()
H A Dvcons.c903 if (arg != KD_TEXT && arg != KD_GRAPHICS) { in vt_ioctl()
H A Dwscons.c1226 tem_get_fbmode(pvc->vc_tem) != KD_TEXT) in wc_get_screen_tem()
/illumos-gate/usr/src/boot/common/
H A Dtem.c275 ptem->tvs_fbmode = KD_TEXT; in tem_init()