OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_console
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
console.c
192
static TextConsole *
active_console
;
variable
207
if (
active_console
&&
active_console
->hw_update)
208
active_console
->hw_update(
active_console
->hw);
213
if (
active_console
&&
active_console
->hw_invalidate)
214
active_console
->hw_invalidate(
active_console
->hw);
221
previous_active_console =
active_console
;
[
all
...]
Completed in 247 milliseconds