HomeSort by relevance Sort by last modified time
    Searched refs:TextConsole (Results 1 - 2 of 2) sorted by null

  /external/qemu/
console.c 150 struct TextConsole {
192 static TextConsole *active_console;
193 static TextConsole *consoles[MAX_CONSOLES];
219 TextConsole *previous_active_console;
548 static void text_console_resize(TextConsole *s)
580 static inline void text_update_xy(TextConsole *s, int x, int y)
588 static void invalidate_xy(TextConsole *s, int x, int y)
600 static void update_xy(TextConsole *s, int x, int y)
624 static void console_show_cursor(TextConsole *s, int show)
658 static void console_refresh(TextConsole *s
    [all...]
qemu-common.h 264 typedef struct TextConsole TextConsole;
265 typedef TextConsole QEMUConsole;

Completed in 837 milliseconds