Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-stdio.c42 static struct termios oldtty; variable
52 tcsetattr(0, TCSANOW, &oldtty); in term_exit()
64 tty = oldtty; in qemu_chr_set_echo_stdio()
109 tcgetattr(0, &oldtty); in qemu_chr_open_stdio()