Searched defs:ReturnCode (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.h41 UINT32 ReturnCode; member in struct:__anon12691
48 UINT32 ReturnCode; member in struct:__anon12692
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp566 EFI_VFR_RETURN_CODE ReturnCode; local
594 ReturnCode = lCVfrQuestionDB.RegisterQuestion (NULL, VarStr, QId);
595 if (ReturnCode != VFR_RETURN_SUCCESS) {
596 gCVfrErrorHandle.HandleError (ReturnCode, pNode->mLineNo, pNode->mKey);
597 return ReturnCode;
606 ReturnCode = lCVfrVarDataTypeDB.ExtractFieldNameAndArrary (VarStr, FName, ArrayIdx);
607 if (ReturnCode != VFR_RETURN_SUCCESS) {
609 return ReturnCode;
614 ReturnCode = lCVfrDataStorage.GetVarStoreType (FName, VarStoreType);
615 if (ReturnCode
[all...]
H A DVfrUtilityLib.cpp1687 EFI_VFR_RETURN_CODE ReturnCode; local
1720 ReturnCode = GetVarStoreByDataType (StoreName, &pNode);
1726 return ReturnCode;
1736 EFI_VFR_RETURN_CODE ReturnCode; local
1748 ReturnCode = VFR_RETURN_UNDEFINED;
1753 ReturnCode = GetVarStoreByDataType (StoreName, &pNode);
1757 return ReturnCode;
1775 EFI_VFR_RETURN_CODE ReturnCode; local
1807 ReturnCode = GetVarStoreByDataType (StoreName, &pNode);
1812 return ReturnCode;
1962 EFI_VFR_RETURN_CODE ReturnCode; local
[all...]

Completed in 38 milliseconds