Searched refs:fInputStopped (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp52 fInputStopped(false),
238 fInputStopped = *(bool *)buffer;
239 TRACE("TTYISTOP: %sstopped\n", fInputStopped ? "" : "not ");
241 !fInputStopped);
250 !fInputStopped);
459 fInputStopped = false;
507 fInputStopped = false;
616 while (device->fInputStopped)
H A DSerialDevice.h146 bool fInputStopped; member in class:SerialDevice
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h146 bool fInputStopped; member in class:SerialDevice
H A DSerialDevice.cpp46 fInputStopped(false),
298 fInputStopped = *(bool *)buffer;
299 TRACE("TTYISTOP: %sstopped\n", fInputStopped ? "" : "not ");
301 if (fInputStopped)
307 //SignalControlLineState(TTYHWCTS, !fInputStopped);
780 fInputStopped = false;
891 while (device->fInputStopped)

Completed in 111 milliseconds