Searched refs:CON_IS_VISIBLE (Results 1 – 4 of 4) sorted by relevance
112 #define CON_IS_VISIBLE(conp) (*conp->vc_display_fg == conp) macro
741 else if (CON_IS_VISIBLE(conp) && in fbcon_setup()1692 if (CON_IS_VISIBLE(p->conp) && softback_lines) in fbcon_do_set_font()1773 if (CON_IS_VISIBLE(conp) && softback_buf) { in fbcon_do_set_font()1783 } else if (CON_IS_VISIBLE(p->conp) && vt_cons[unit]->vc_mode == KD_TEXT) { in fbcon_do_set_font()
502 if (vga_video_type != VIDEO_TYPE_VGAC || vga_palette_blanked || !CON_IS_VISIBLE(c)) in vgacon_set_palette()
217 #define IS_VISIBLE CON_IS_VISIBLE(vc_cons[currcons].d)