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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c151 #define GFXP_IS_CONSOLE(softc) ((softc)->flags & GFXP_FLAG_CONSOLE) macro
464 value = GFXP_IS_CONSOLE(softc) ? 1 : 0;
473 if ((vgatext_silent == 0) && (GFXP_IS_CONSOLE(softc))) {
790 if ((mode == softc->mode) || (!GFXP_IS_CONSOLE(softc)))

Completed in 47 milliseconds