Searched refs:old_syscon_termios (Results 1 – 1 of 1) sorted by relevance
2995 struct termios old_syscon_termios; in console() local3015 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()