Searched refs:GUEST_CONSOLE_ESCAPE_KEY (Results 1 – 1 of 1) sorted by relevance
25 #define GUEST_CONSOLE_ESCAPE_KEY 0x0 /* the "break", put twice to send "break" to guest */ macro119 case GUEST_CONSOLE_ESCAPE_KEY: in vuart_console_rx_chars()135 if (ch == GUEST_CONSOLE_ESCAPE_KEY) { in vuart_console_rx_chars()
Completed in 2 milliseconds