Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c2958 struct termios old_syscon_termios; in console() local
2978 getret = tcgetattr(fd, &old_syscon_termios); in console()
2979 old_syscon_termios.c_cflag &= ~HUPCL; in console()
2982 stored_syscon_termios.c_cflag = old_syscon_termios.c_cflag; in console()
2995 (void) tcsetattr(fd, TCSADRAIN, &old_syscon_termios); in console()