Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/init/
H A Dinit.c2995 struct termios old_syscon_termios; in console() local
3015 getret = tcgetattr(fd, &old_syscon_termios); in console()
3016 old_syscon_termios.c_cflag &= ~HUPCL; in console()
3019 stored_syscon_termios.c_cflag = old_syscon_termios.c_cflag; in console()
3032 (void) tcsetattr(fd, TCSADRAIN, &old_syscon_termios); in console()