Searched refs:oldttys1 (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | uart.cpp | 367 struct termios options, oldttys1; local 368 if (tcgetattr(fd, &oldttys1) != 0) { 376 nRet = memcpy_s(&options, sizeof(options), &oldttys1, sizeof(options)); 400 struct termios newttys1, oldttys1; local 401 if (tcgetattr(fd, &oldttys1) != 0) {
|
| /developtools/hdc/src/common/ |
| D | uart.cpp | 140 struct termios oldttys1; in SetSerial() local 141 if (tcgetattr(fd, &oldttys1) != 0) { in SetSerial() 149 if (memcpy_s(&options, sizeof(options), &oldttys1, sizeof(options)) != EOK) { in SetSerial() 178 struct termios oldttys1; in SetSerial() local 179 if (tcgetattr(fd, &oldttys1) != 0) { in SetSerial()
|