Searched refs:rmtty (Results 1 – 1 of 1) sorted by relevance
845 struct termios rmtty; in tandem() local847 tcgetattr(FD, &rmtty); in tandem()849 rmtty.c_iflag |= IXOFF; in tandem()852 rmtty.c_iflag &= ~IXOFF; in tandem()855 tcsetattr(FD, TCSADRAIN, &rmtty); in tandem()865 struct termios rmtty; in hardwareflow() local867 tcgetattr(FD, &rmtty); in hardwareflow()869 rmtty.c_iflag |= CRTSCTS; in hardwareflow()871 rmtty.c_iflag &= ~CRTSCTS; in hardwareflow()872 tcsetattr(FD, TCSADRAIN, &rmtty); in hardwareflow()