Home
last modified time | relevance | path

Searched refs:Parity (Results 1 – 25 of 36) sorted by relevance

12

/reactos/base/applications/cmdutils/mode/
H A Dmode.c596 if (dcb.Parity >= ARRAYSIZE(parity_strings)) in ShowSerialStatus()
599 dcb.Parity = 0; in ShowSerialStatus()
699 ParseParity(PCWSTR argStr, PBYTE Parity) in ParseParity() argument
704 *Parity = NOPARITY; in ParseParity()
708 *Parity = ODDPARITY; in ParseParity()
712 *Parity = EVENPARITY; in ParseParity()
716 *Parity = MARKPARITY; in ParseParity()
720 *Parity = SPACEPARITY; in ParseParity()
801 pDCB->Parity = EVENPARITY; in BuildOldCommDCB()
804 argStr = ParseParity(argStr, &pDCB->Parity); in BuildOldCommDCB()
[all …]
/reactos/boot/freeldr/fdebug/
H A Drs232.c113 dcb.Parity = Parity; in Rs232ConfigurePortWin32()
117 dcb.fParity = (Parity == NOPARITY) ? FALSE : TRUE; in Rs232ConfigurePortWin32()
/reactos/dll/win32/serialui/
H A Dserialui.c270 if(Parities[i].Parity == lpDlgInfo->lpCC->dcb.Parity) in CommDlgProc()
379 lpDlgInfo->lpCC->dcb.Parity = Parities[Index].Parity; in OkButton()
H A Dserialui.h37 BYTE Parity; member
/reactos/dll/win32/kernel32/wine/
H A Dcomm.c226 if(!(device = COMM_ParseParity(device, &lpdcb->Parity))) in COMM_BuildOldCommDCB()
326 if(!(device = COMM_ParseParity(device + 7, &lpdcb->Parity))) in COMM_BuildNewCommDCB()
779 lpdcb->ByteSize, lpdcb->BaudRate, lpdcb->fParity, lpdcb->Parity, in dump_dcb()
827 slc.Parity = lpdcb->Parity; in SetCommState()
940 lpdcb->Parity = slc.Parity; in GetCommState()
/reactos/base/applications/cmdutils/mode/lang/
H A Den-US.rc34 IDS_COM_STATUS_PARITY " Parity: %s\n"
67 IDS_ERROR_INVALID_PARITY_BITS "ERROR: Invalid value for Parity Bits %d:\n"
H A Dde-DE.rc67 IDS_ERROR_INVALID_PARITY_BITS "ERROR: Invalid value for Parity Bits %d:\n"
/reactos/drivers/serial/serenum/
H A Ddetect.c274 Lcr.Parity = NO_PARITY; in SerenumDetectPnpDevice()
403 Lcr.Parity = NO_PARITY; in SerenumDetectPnpDevice()
429 Lcr.Parity = NO_PARITY; in SerenumDetectPnpDevice()
501 LCR.Parity = NO_PARITY; in SerenumDetectLegacyDevice()
/reactos/dll/win32/serialui/lang/
H A Dhe-IL.rc29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
H A Den-US.rc29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
H A Dno-NO.rc29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
H A Did-ID.rc29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
/reactos/dll/win32/msports/lang/
H A Dhe-IL.rc12 RTEXT "&Parity:", -1, 6, 61, 130, 8, WS_GROUP
H A Den-US.rc12 RTEXT "&Parity:", -1, 6, 61, 130, 8, WS_GROUP
/reactos/modules/rostests/tests/sertest/
H A Dsertest.c86 dcb.Parity = NOPARITY; in main()
/reactos/drivers/input/sermouse/
H A Ddetect.c167 LCR.Parity = NO_PARITY; in SermouseDetectLegacyDevice()
H A Dreadmouse.c113 LCR.Parity = NO_PARITY; in SermouseDeviceWorker()
/reactos/modules/rostests/winetests/kernel32/
H A Dcomm.c522 check_dcb_member(Parity, "%u"); in check_dcb()
766 dcb.Parity = NOPARITY; in test_ReadTimeOut()
810 dcb.Parity = NOPARITY; in test_waittxempty()
1042 dcb.Parity = NOPARITY; in test_LoopbackRead()
1079 dcb.Parity = NOPARITY; in test_LoopbackRead()
2046 dcb.Parity = NOPARITY; in test_read_write()
/reactos/drivers/bus/acpi/acpica/resources/
H A Drsserial.c562 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.UartSerialBus.Parity),
563 AML_OFFSET (UartSerialBus.Parity),
/reactos/drivers/serial/serial/
H A Ddevctrl.c100 DeviceExtension->ComPort, NewSettings->StopBits, NewSettings->Parity, NewSettings->WordLength); in SerialSetLineControl()
115 switch (NewSettings->Parity) in SerialSetLineControl()
H A Dpnp.c250 DeviceExtension->SerialLineControl.Parity = NO_PARITY; in SerialPnpStartDevice()
/reactos/ntoskrnl/ex/
H A Dhdlsterm.c211 HeadlessGlobals->TerminalParity = HeadlessBlock->Parity; in HeadlessInit()
/reactos/sdk/include/psdk/
H A Dntddser.h210 UCHAR Parity; member
/reactos/drivers/bus/acpi/acpica/include/
H A Dactbl3.h155 UINT8 Parity; member
H A Damlresrc.h540 UINT8 Parity; member

12