Lines Matching refs:consoles
193 static QEMUConsole *consoles[MAX_CONSOLES]; variable
222 active_console = consoles[0]; in vga_hw_screen_dump()
225 if (consoles[0]->hw_screen_dump) in vga_hw_screen_dump()
226 consoles[0]->hw_screen_dump(consoles[0]->hw, filename); in vga_hw_screen_dump()
1110 s = consoles[index]; in console_select()
1154 if (consoles[i] == s) { in console_send_event()
1283 s = consoles[i]; in get_graphic_console()
1305 consoles[nb_consoles++] = s; in new_console()
1309 if (consoles[i - 1]->console_type == GRAPHIC_CONSOLE) in new_console()
1311 consoles[i] = consoles[i - 1]; in new_console()
1313 consoles[i] = s; in new_console()