Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/cpu/
Dos.c108 static struct termios orig_term; variable
114 tcsetattr(0, TCSANOW, &orig_term); in os_fd_restore()
128 if (tcgetattr(fd, &orig_term)) in os_tty_raw()
131 term = orig_term; in os_tty_raw()