Home
last modified time | relevance | path

Searched refs:qemu_set_tty_echo (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/
H A Dqemu-io.c478 qemu_set_tty_echo(STDIN_FILENO, true); in reenable_tty_echo()
643 qemu_set_tty_echo(STDIN_FILENO, false); in main()
/openbmc/qemu/include/qemu/
H A Dosdep.h686 void qemu_set_tty_echo(int fd, bool echo);
/openbmc/qemu/util/
H A Doslib-win32.c240 void qemu_set_tty_echo(int fd, bool echo) in qemu_set_tty_echo() function
H A Doslib-posix.c281 void qemu_set_tty_echo(int fd, bool echo) in qemu_set_tty_echo() function