Searched refs:Valid (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py71 Valid, Cause = False, ''
72 if not Valid and 'EDK_TOOLS_PATH' in os.environ:
73 Valid, Cause = __ValidatePath(Filename, os.environ['EDK_TOOLS_PATH'])
74 if not Valid and 'WORKSPACE' in os.environ:
75 Valid, Cause = __ValidatePath(Filename, os.environ['WORKSPACE'])
76 return Valid, Cause
92 Valid, Cause = PathFunc(Path)
93 if not Valid:
94 return Valid, Cause
183 Valid, Caus
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c49 BOOLEAN Valid; local
96 Valid = IsValidVariableHeader (
103 ASSERT (Valid);
484 BOOLEAN Valid; local
506 Valid = IsValidVariableHeader (
513 ASSERT (Valid);
623 BOOLEAN Valid; local
638 Valid = IsValidVariableHeader (
645 ASSERT (Valid);
771 BOOLEAN Valid; local
[all...]
H A DVariable.c1877 BOOLEAN Valid; local
1891 Valid = IsValidVariableHeader (Variable->CurrPtr, Variable->Volatile, VariableGlobal, Instance, &VariableHeader);
1892 if (!Valid) {
2284 BOOLEAN Valid; local
2320 Valid = IsValidVariableHeader (Variable.CurrPtr, Variable.Volatile, VariableGlobal, Instance, &VariableHeader);
2321 if (!Valid) {
2726 @retval EFI_SUCCESS Valid answer returned.
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.h83 UINTN Valid; member in struct:__anon12614
H A DLegacyPlatform.c794 for (Index = 0; mSystemRomTable[Index].Valid != 0; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py233 Valid, Cause = IsValidStringTest(Value)
234 if not Valid:
235 Valid, Cause = IsValidLogicalExpr(Value)
236 if not Valid:
H A DDecParser.py584 Valid, Cause = IsValidPcdDatum(DataType, Data)
585 if not Valid:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIdeControllerInit.h128 BOOLEAN Valid; ///< TRUE if Mode is valid. member in struct:__anon12155
377 the given device or call this function and set the Valid flag to FALSE for all
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DExpressionValidate.py481 Valid, Cause = IsValidStringTest(Token, Flag)
482 if not Valid:
483 Valid, Cause = IsValidLogicalExpr(Token, Flag)
484 if not Valid:
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Library/
H A DMtrrLib.h78 BOOLEAN Valid; member in struct:__anon13047
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/MtrrLib/
H A DMtrrLib.c400 VariableMtrr[Index].Valid = TRUE;
432 VariableMtrr[Index].Valid &&
463 VariableMtrr[Index].Valid = FALSE;
512 !VariableMtrr[Index].Valid ||
715 if (!VariableMtrr[Index].Valid && VariableMtrr[Index].Used) {
1263 if (VariableMtrr[Index].Valid) {
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c956 if (VariableMtrr[Index].Valid &&
972 if (VariableMtrr[Index].Valid &&
990 if (VariableMtrr[Index].Valid &&
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DScsi.h261 UINT8 Valid : 1; member in struct:__anon11787
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.c771 if (SupportedModes->UdmaMode.Valid) {
786 IdeBlkIoDevicePtr->UdmaMode.Valid = TRUE;
789 } else if (SupportedModes->MultiWordDmaMode.Valid) {
H A DAta.c2112 if (IdeBlkIoDevice->UdmaMode.Valid) {
2121 if (IdeBlkIoDevice->UdmaMode.Valid) {
2499 if (IdeBlkIoDevice->UdmaMode.Valid) {
2508 if (IdeBlkIoDevice->UdmaMode.Valid) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c125 BOOLEAN Valid; local
128 Valid = FALSE;
145 Valid = TRUE;
156 return Valid;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.h397 PRBool Valid() const { return NS_SUCCEEDED(Error()); } function in class:nsFileSpec
H A DnsFileSpecMac.cpp228 if (havenSpec.Valid())
231 if (havenSpec.Valid())
H A DnsFileSpecImpl.cpp262 *_retval = mFileSpec.Valid();
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp240 *_retval = mFileSpec.Valid();
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c2399 if (SupportedModes->UdmaMode.Valid) {
2402 } else if (SupportedModes->MultiWordDmaMode.Valid) {
H A DIdeMode.c2725 if (SupportedModes->UdmaMode.Valid) {
2734 } else if (SupportedModes->MultiWordDmaMode.Valid) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py866 Valid, ErrStr = CheckPcdDatum(DecPcds[PcdCName, TokenSpaceGuid].DatumType, PcdValue)
867 if not Valid:
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DDataHubRecords.h2364 BOOLEAN Valid; // Is entry valid - Temporary member in struct:__anon10670

Completed in 160 milliseconds