Searched refs:GFXP_IS_CONSOLE (Results 1 – 3 of 3) sorted by relevance
33 #define GFXP_IS_CONSOLE(softc) ((softc)->flags & GFXP_FLAG_CONSOLE) macro
233 value = GFXP_IS_CONSOLE(softc) ? 1 : 0; in gfxp_fb_attach()338 if ((kd_mode == softc->mode) || (!GFXP_IS_CONSOLE(softc))) in do_gfx_ioctl()
255 if ((softc->silent == 0) && (GFXP_IS_CONSOLE(softc))) { in gfxp_vga_attach()