Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsemihost.c29 struct termios old_tio, new_tio; in qemu_semihosting_console_read() local
32 tcgetattr(STDIN_FILENO, &old_tio); in qemu_semihosting_console_read()
33 new_tio = old_tio; in qemu_semihosting_console_read()
42 tcsetattr(STDIN_FILENO, TCSANOW, &old_tio); in qemu_semihosting_console_read()