Searched refs:oldttys1 (Results 1 – 1 of 1) sorted by relevance
139 struct termios options, oldttys1; in SetSerial() local140 if (tcgetattr(fd, &oldttys1) != 0) { in SetSerial()148 if (memcpy_s(&options, sizeof(options), &oldttys1, sizeof(options)) != EOK) { in SetSerial()176 struct termios newttys1, oldttys1; in SetSerial() local177 if (tcgetattr(fd, &oldttys1) != 0) { in SetSerial()