Searched refs:tios (Results 1 – 4 of 4) sorted by relevance
79 struct termios tios; in open_dialup() local123 if (ioctl(1, TCGETS, &tios) < 0) { in open_dialup()125 tios.c_cflag = tio.c_cflag; in open_dialup()127 if ((sspeed = baud_table[cfgetospeed(&tios)]) != NULL) { in open_dialup()
1276 struct termios tios; local1295 if (tcgetattr(fd, &tios) < 0) {1299 inittermios = tios;1313 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);1315 tios.c_cflag |= CRTSCTS | CRTSXOFF;1317 tios.c_cflag &= ~CRTSCTS & ~CRTSXOFF;1319 tios.c_cflag |= CS8 | CREAD | HUPCL;1321 tios.c_cflag |= CLOCAL;1323 tios.c_iflag = IGNBRK | IGNPAR;1324 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 …]
420 struct termios tios; in main() local714 ttylike = (IOP_CTL(in_io, TCGETS, &tios) == 0); in main()1122 (void) IOP_CTL(in_io, TCSETSW, &tios); in main()