Searched refs:tios (Results 1 – 1 of 1) sorted by relevance
464 struct termios tios; in OpenFile() local470 VerifyOrExit((rval = tcgetattr(fd, &tios)) == 0); in OpenFile()472 cfmakeraw(&tios); in OpenFile()474 tios.c_cflag = CS8 | HUPCL | CREAD | CLOCAL; in OpenFile()480 tios.c_cflag |= PARENB; in OpenFile()481 tios.c_cflag |= PARODD; in OpenFile()485 tios.c_cflag |= PARENB; in OpenFile()498 tios.c_cflag &= static_cast<unsigned long>(~CSTOPB); in OpenFile()501 tios.c_cflag |= CSTOPB; in OpenFile()601 tios.c_cflag |= CRTSCTS; in OpenFile()[all …]