Searched refs:tios (Results 1 – 4 of 4) sorted by relevance
88 struct termios tios; in open_dialup() local132 if (ioctl(1, TCGETS, &tios) < 0) { in open_dialup()134 tios.c_cflag = tio.c_cflag; in open_dialup()136 if ((sspeed = baud_table[cfgetospeed(&tios)]) != NULL) { in open_dialup()
1217 struct termios tios; local1236 if (tcgetattr(fd, &tios) < 0) {1240 inittermios = tios;1254 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);1256 tios.c_cflag |= CRTSCTS | CRTSXOFF;1258 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;1260 tios.c_cflag |= CS8 | CREAD | HUPCL;1262 tios.c_cflag |= CLOCAL;1264 tios.c_iflag = IGNBRK | IGNPAR;1265 tios.c_oflag = 0;[all …]
4198 struct termios tios; in mode() local4201 if (tcgetattr(pty, &tios) < 0) in mode()4205 tios.c_cflag |= CS8; in mode()4206 tios.c_iflag &= ~IUCLC; in mode()4207 tios.c_lflag &= ~(XCASE|IEXTEN); in mode()4210 if ((tios.c_cflag & PARENB) != 0) in mode()4211 tios.c_cflag &= ~CS8; in mode()4212 tios.c_lflag |= IEXTEN; in mode()4216 tios.c_lflag |= ECHO; in mode()4218 tios.c_lflag &= ~ECHO; in mode()[all …]
434 struct termios tios; in main() local735 ttylike = (IOP_CTL(in_io, TCGETS, &tios) == 0); in main()1151 (void) IOP_CTL(in_io, TCSETSW, &tios); in main()