Home
last modified time | relevance | path

Searched refs:SERIAL_DTR_CONTROL (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dserial.c122 #define SERIAL_DTR_CONTROL 0x01 macro
293 pser_inf->control = SERIAL_DTR_CONTROL | SERIAL_CTS_HANDSHAKE | SERIAL_ERROR_ABORT; in get_termios()
297 pser_inf->control = SERIAL_DTR_CONTROL | SERIAL_ERROR_ABORT; in get_termios()
/reactos/dll/win32/kernel32/wine/
H A Dcomm.c837 case DTR_CONTROL_ENABLE: shf.ControlHandShake |= SERIAL_DTR_CONTROL; break; in SetCommState()
945 switch (shf.ControlHandShake & (SERIAL_DTR_CONTROL | SERIAL_DTR_HANDSHAKE)) in GetCommState()
948 case SERIAL_DTR_CONTROL: lpdcb->fDtrControl = DTR_CONTROL_ENABLE; break; in GetCommState()
/reactos/sdk/include/psdk/
H A Dntddser.h187 #define SERIAL_DTR_CONTROL 0x00000001 macro