Home
last modified time | relevance | path

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

/reactos/drivers/serial/serial/
H A Ddevctrl.c248 RtlZeroMemory(pSerialStatus, sizeof(SERIAL_STATUS)); in SerialGetCommStatus()
403 if (LengthOut < sizeof(SERIAL_STATUS)) in SerialDeviceControl()
410 Information = sizeof(SERIAL_STATUS); in SerialDeviceControl()
/reactos/sdk/include/psdk/
H A Dntddser.h177 } SERIAL_STATUS, *PSERIAL_STATUS; typedef
/reactos/dll/win32/kernel32/wine/
H A Dcomm.c665 SERIAL_STATUS ss; in ClearCommError()