Home
last modified time | relevance | path

Searched refs:is_console (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-win-stdio.c154 int is_console = 0; in qemu_chr_open_stdio() local
162 is_console = GetConsoleMode(stdio->hStdIn, &dwMode) != 0; in qemu_chr_open_stdio()
165 if (is_console) { in qemu_chr_open_stdio()
197 if (is_console) { in qemu_chr_open_stdio()
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c87 if (vsc->is_console && port->host_connected) { in find_first_connected_console()
409 if (vsc->is_console) { in handle_control_message()
948 plugging_port0 = vsc->is_console && !find_port_by_id(port->vser, 0); in virtser_port_device_realize()