Home
last modified time | relevance | path

Searched refs:KD_GRAPHICS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkd.h48 #define KD_GRAPHICS 1 macro
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c309 case KD_GRAPHICS: in vgatext_suspend()
328 case KD_GRAPHICS: in vgatext_resume()
404 case KD_GRAPHICS: in vgatext_kdsetmode()
407 if (softc->blt_ops.setmode(KD_GRAPHICS) != 0) { in vgatext_kdsetmode()
H A Dgfxp_bitmap.c198 case KD_GRAPHICS: in bitmap_kdsetmode()
201 if (softc->blt_ops.setmode(KD_GRAPHICS) != 0) { in bitmap_kdsetmode()
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c903 if (arg != KD_TEXT && arg != KD_GRAPHICS) { in vt_ioctl()