Home
last modified time | relevance | path

Searched refs:oldttys1 (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp367 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/
Duart.cpp140 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()