ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Typedefs | |
typedef LARGE_INTEGER | PHYSICAL_ADDRESS |
typedef LARGE_INTEGER * | PPHYSICAL_ADDRESS |
Variables | |
static const WCHAR | lpszSerialUI [] |
typedef LARGE_INTEGER PHYSICAL_ADDRESS |
typedef LARGE_INTEGER * PPHYSICAL_ADDRESS |
Definition at line 429 of file comm.c.
Referenced by test_BuildCommDCBA().
BOOL WINAPI BuildCommDCBAndTimeoutsA | ( | LPCSTR | device, |
LPDCB | lpdcb, | ||
LPCOMMTIMEOUTS | lptimeouts | ||
) |
Definition at line 447 of file comm.c.
Referenced by BuildCommDCBA(), and test_BuildCommDCBAndTimeoutsA().
BOOL WINAPI BuildCommDCBAndTimeoutsW | ( | LPCWSTR | devid, |
LPDCB | lpdcb, | ||
LPCOMMTIMEOUTS | lptimeouts | ||
) |
Definition at line 476 of file comm.c.
Referenced by BuildCommDCBAndTimeoutsA(), BuildCommDCBW(), and test_BuildCommDCBAndTimeoutsW().
Definition at line 533 of file comm.c.
Referenced by test_BuildCommDCBW().
Definition at line 580 of file comm.c.
Referenced by test_WaitBreak().
Definition at line 663 of file comm.c.
Referenced by main(), test_ClearCommError(), test_FlushFileBuffers(), test_non_pending_errors(), test_OpenComm(), and test_waittxempty().
|
static |
Definition at line 297 of file comm.c.
Referenced by BuildCommDCBAndTimeoutsW().
Definition at line 197 of file comm.c.
Referenced by BuildCommDCBAndTimeoutsW().
Definition at line 129 of file comm.c.
Referenced by COMM_BuildNewCommDCB(), and COMM_BuildOldCommDCB().
Definition at line 91 of file comm.c.
Referenced by COMM_BuildNewCommDCB(), COMM_BuildOldCommDCB(), COMM_ParseByteSize(), and COMM_ParseStopBits().
Definition at line 171 of file comm.c.
Referenced by COMM_BuildNewCommDCB().
Definition at line 99 of file comm.c.
Referenced by COMM_BuildNewCommDCB(), and COMM_BuildOldCommDCB().
Definition at line 54 of file comm.c.
Referenced by BuildCommDCBAndTimeoutsW().
Definition at line 145 of file comm.c.
Referenced by COMM_BuildNewCommDCB(), and COMM_BuildOldCommDCB().
BOOL WINAPI CommConfigDialogA | ( | LPCSTR | lpszDevice, |
HWND | hWnd, | ||
LPCOMMCONFIG | lpCommConfig | ||
) |
Definition at line 1214 of file comm.c.
BOOL WINAPI CommConfigDialogW | ( | LPCWSTR | lpszDevice, |
HWND | hWnd, | ||
LPCOMMCONFIG | lpCommConfig | ||
) |
Definition at line 1241 of file comm.c.
Referenced by CommConfigDialogA(), and dlg_configure_com().
DEBUG_CHANNEL | ( | comm | ) |
Definition at line 776 of file comm.c.
Referenced by GetCommState(), and SetCommState().
Definition at line 602 of file comm.c.
Referenced by main(), test_LoopbackCtsRts(), test_LoopbackDtrDcd(), test_LoopbackDtrDsr(), test_LoopbackDtrRing(), and toggle_ctlLine().
BOOL WINAPI GetCommConfig | ( | HANDLE | hFile, |
LPCOMMCONFIG | lpCommConfig, | ||
LPDWORD | lpdwSize | ||
) |
Definition at line 1278 of file comm.c.
Definition at line 1099 of file comm.c.
Referenced by test_AbortWaitCts(), test_GetModemStatus(), test_LoopbackCtsRts(), test_LoopbackDtrDcd(), test_LoopbackDtrDsr(), test_LoopbackDtrRing(), test_WaitBreak(), test_WaitCts(), test_WaitDcd(), test_WaitDsr(), and test_WaitRing().
BOOL WINAPI GetCommProperties | ( | HANDLE | hFile, |
LPCOMMPROP | lpCommProp | ||
) |
Definition at line 1144 of file comm.c.
Definition at line 904 of file comm.c.
Referenced by GetCommConfig(), main(), Rs232ConfigurePortWin32(), SerialPortQuery(), test_AbortWaitCts(), test_LoopbackCtsRts(), test_LoopbackDtrDcd(), test_LoopbackDtrDsr(), test_LoopbackDtrRing(), test_LoopbackRead(), test_non_pending_errors(), test_read_write(), test_ReadTimeOut(), test_stdio(), test_WaitCts(), test_WaitDcd(), test_WaitDsr(), test_WaitRing(), and test_waittxempty().
BOOL WINAPI GetCommTimeouts | ( | HANDLE | hComm, |
LPCOMMTIMEOUTS | lptimeouts | ||
) |
Definition at line 1020 of file comm.c.
Referenced by _SetTransmissionRetryTimeout(), Rs232SetCommunicationTimeoutsWin32(), and SerialPortQuery().
BOOL WINAPI GetDefaultCommConfigA | ( | LPCSTR | lpszName, |
LPCOMMCONFIG | lpCC, | ||
LPDWORD | lpdwSize | ||
) |
Definition at line 1436 of file comm.c.
Referenced by test_BuildCommDCB().
BOOL WINAPI GetDefaultCommConfigW | ( | LPCWSTR | lpszName, |
LPCOMMCONFIG | lpCC, | ||
LPDWORD | lpdwSize | ||
) |
Definition at line 1400 of file comm.c.
Referenced by _HandleGetDefaultCommConfig(), and GetDefaultCommConfigA().
Definition at line 557 of file comm.c.
Referenced by set_CommBreak().
BOOL WINAPI SetCommConfig | ( | HANDLE | hFile, |
LPCOMMCONFIG | lpCommConfig, | ||
DWORD | dwSize | ||
) |
Definition at line 768 of file comm.c.
Referenced by reset_CommMask(), test_AbortWaitCts(), test_LoopbackRead(), test_read_write(), test_WaitBreak(), test_WaitCommEvent(), test_WaitCts(), test_WaitDcd(), test_WaitDsr(), test_WaitRing(), test_WaitRx(), and test_waittxempty().
Definition at line 807 of file comm.c.
Referenced by main(), Rs232ConfigurePortWin32(), SerialPortQuery(), SetCommConfig(), test_LoopbackRead(), test_non_pending_errors(), test_read_write(), test_ReadTimeOut(), test_WaitCts(), and test_waittxempty().
BOOL WINAPI SetCommTimeouts | ( | HANDLE | hComm, |
LPCOMMTIMEOUTS | lptimeouts | ||
) |
Definition at line 1062 of file comm.c.
Referenced by _SetTransmissionRetryTimeout(), LocalmonSetPortTimeOuts(), Rs232SetCommunicationTimeoutsWin32(), SerialPortQuery(), test_LoopbackRead(), test_read_write(), test_ReadTimeOut(), and test_waittxempty().
BOOL WINAPI SetDefaultCommConfigA | ( | LPCSTR | lpszDevice, |
LPCOMMCONFIG | lpCommConfig, | ||
DWORD | dwSize | ||
) |
Definition at line 1370 of file comm.c.
BOOL WINAPI SetDefaultCommConfigW | ( | LPCWSTR | lpszDevice, |
LPCOMMCONFIG | lpCommConfig, | ||
DWORD | dwSize | ||
) |
Definition at line 1340 of file comm.c.
Referenced by _HandleSetDefaultCommConfig(), and SetDefaultCommConfigA().
Definition at line 718 of file comm.c.
Referenced by test_read_write(), and test_waittxempty().
BOOL WINAPI WaitCommEvent | ( | HANDLE | hFile, |
LPDWORD | lpdwEvents, | ||
LPOVERLAPPED | lpOverlapped | ||
) |
Definition at line 1123 of file comm.c.
Referenced by test_AbortWaitCts(), test_LoopbackRead(), test_read_write(), test_WaitBreak(), test_WaitCommEvent(), test_WaitCts(), test_WaitDcd(), test_WaitDsr(), test_WaitRing(), test_WaitRx(), and test_waittxempty().
Definition at line 1193 of file comm.c.
Referenced by CommConfigDialogW(), GetDefaultCommConfigW(), and SetDefaultCommConfigW().