Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c99 static struct termios tio_stdio_orig; variable
168 tcsetattr(STDIN_FILENO, TCSANOW, &tio_stdio_orig); in ttyclose()
182 tio_stdio_orig = orig; in ttyopen()