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/common/
H A Duart_backend.c96 static struct termios tio_stdio_orig; variable
101 tcsetattr(STDIN_FILENO, TCSANOW, &tio_stdio_orig); in ttyclose()
115 tio_stdio_orig = orig; in ttyopen()