HomeSort by: relevance | last modified time | path
    Searched defs:Parity (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 73 IN EFI_PARITY_TYPE Parity,
116 UINT32 Parity;
efidevp.h 343 UINT8 Parity;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 55 UINT8 Parity;
180 IN EFI_PARITY_TYPE Parity,
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 881 CHAR8 Parity;
884 switch (Uart->Parity) {
885 case 0 : Parity = 'D'; break;
886 case 1 : Parity = 'N'; break;
887 case 2 : Parity = 'E'; break;
888 case 3 : Parity = 'O'; break;
889 case 4 : Parity = 'M'; break;
890 case 5 : Parity = 'S'; break;
891 default : Parity = 'x'; break;
906 CatPrint(Str, L"%c,", Parity);
    [all...]
  /src/sbin/efi/
devpath3.c 840 uint8_t Parity;
844 const char *parity, *stopbits; local in function:devpath_msg_uart
846 parity = uart_parity(p->Parity);
850 p->BaudRate, p->DataBits, parity, stopbits);
858 DEVPATH_FMT(Parity: 0x%1x(%s)\n)
864 p->Parity, parity,
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 263 UINT8 Parity;
amlresrc.h 653 UINT8 Parity;
acrestyp.h 694 UINT8 Parity;
728 /* Values for Parity field above */

Completed in 86 milliseconds