/reactos/base/applications/cmdutils/mode/ |
H A D | mode.c | 596 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 D | rs232.c | 113 dcb.Parity = Parity; in Rs232ConfigurePortWin32() 117 dcb.fParity = (Parity == NOPARITY) ? FALSE : TRUE; in Rs232ConfigurePortWin32()
|
/reactos/dll/win32/serialui/ |
H A D | serialui.c | 270 if(Parities[i].Parity == lpDlgInfo->lpCC->dcb.Parity) in CommDlgProc() 379 lpDlgInfo->lpCC->dcb.Parity = Parities[Index].Parity; in OkButton()
|
H A D | serialui.h | 37 BYTE Parity; member
|
/reactos/dll/win32/kernel32/wine/ |
H A D | comm.c | 226 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 D | en-US.rc | 34 IDS_COM_STATUS_PARITY " Parity: %s\n" 67 IDS_ERROR_INVALID_PARITY_BITS "ERROR: Invalid value for Parity Bits %d:\n"
|
H A D | de-DE.rc | 67 IDS_ERROR_INVALID_PARITY_BITS "ERROR: Invalid value for Parity Bits %d:\n"
|
/reactos/drivers/serial/serenum/ |
H A D | detect.c | 274 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 D | he-IL.rc | 29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
|
H A D | en-US.rc | 29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
|
H A D | no-NO.rc | 29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
|
H A D | id-ID.rc | 29 CONTROL "Parity:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
|
/reactos/dll/win32/msports/lang/ |
H A D | he-IL.rc | 12 RTEXT "&Parity:", -1, 6, 61, 130, 8, WS_GROUP
|
H A D | en-US.rc | 12 RTEXT "&Parity:", -1, 6, 61, 130, 8, WS_GROUP
|
/reactos/modules/rostests/tests/sertest/ |
H A D | sertest.c | 86 dcb.Parity = NOPARITY; in main()
|
/reactos/drivers/input/sermouse/ |
H A D | detect.c | 167 LCR.Parity = NO_PARITY; in SermouseDetectLegacyDevice()
|
H A D | readmouse.c | 113 LCR.Parity = NO_PARITY; in SermouseDeviceWorker()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | comm.c | 522 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 D | rsserial.c | 562 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.UartSerialBus.Parity), 563 AML_OFFSET (UartSerialBus.Parity),
|
/reactos/drivers/serial/serial/ |
H A D | devctrl.c | 100 DeviceExtension->ComPort, NewSettings->StopBits, NewSettings->Parity, NewSettings->WordLength); in SerialSetLineControl() 115 switch (NewSettings->Parity) in SerialSetLineControl()
|
H A D | pnp.c | 250 DeviceExtension->SerialLineControl.Parity = NO_PARITY; in SerialPnpStartDevice()
|
/reactos/ntoskrnl/ex/ |
H A D | hdlsterm.c | 211 HeadlessGlobals->TerminalParity = HeadlessBlock->Parity; in HeadlessInit()
|
/reactos/sdk/include/psdk/ |
H A D | ntddser.h | 210 UCHAR Parity; member
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | actbl3.h | 155 UINT8 Parity; member
|
H A D | amlresrc.h | 540 UINT8 Parity; member
|