Searched refs:ParityList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DData.c283 COM_ATTR ParityList[5] = { variable
H A DUpdatePage.c982 for (Index = 0; Index < sizeof (ParityList) / sizeof (ParityList[0]); Index++) {
984 if (NewTerminalContext->Parity == ParityList[Index].Value) {
992 ParityList[Index].StringToken,
H A DBootMaint.c705 ASSERT (CurrentFakeNVMap->COMParity < (sizeof (ParityList) / sizeof (ParityList[0])));
706 NewTerminalContext->Parity = (UINT8) ParityList[CurrentFakeNVMap->COMParity].Value;
H A DBootMaint.h1534 extern COM_ATTR ParityList[5];

Completed in 40 milliseconds