Home
last modified time | relevance | path

Searched refs:Results (Results 1 – 25 of 72) sorted by relevance

123

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
DGenDepex.c331 UINTN Results; in GenerateDependencyExpression() local
359 Results = (UINTN) fseek (InFile, 0, SEEK_END); in GenerateDependencyExpression()
361 if (Results != 0) { in GenerateDependencyExpression()
379 Results = (UINTN) fclose (InFile); in GenerateDependencyExpression()
380 if (Results != 0) { in GenerateDependencyExpression()
384 Results = (UINTN) fclose (OutFile); in GenerateDependencyExpression()
385 if (Results != 0) { in GenerateDependencyExpression()
392 Results = (UINTN) fseek (InFile, 0, SEEK_SET); in GenerateDependencyExpression()
394 if (Results != 0) { in GenerateDependencyExpression()
418 Results = (UINTN) fclose (InFile); in GenerateDependencyExpression()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Sequences.c62 TPML_DIGEST_VALUES Results; member
290 OUT TPML_DIGEST_VALUES *Results in Tpm2EventSequenceComplete() argument
374 BufferPtr = (UINT8 *)&Res.Results; in Tpm2EventSequenceComplete()
377 Results->count = SwapBytes32(ReadUnaligned32 ((UINT32 *)BufferPtr)); in Tpm2EventSequenceComplete()
380 for (Index = 0; Index < Results->count; Index++) { in Tpm2EventSequenceComplete()
381 Results->digests[Index].hashAlg = SwapBytes16(ReadUnaligned16 ((UINT16 *)BufferPtr)); in Tpm2EventSequenceComplete()
384 DigestSize = GetHashSizeFromAlgo (Results->digests[Index].hashAlg); in Tpm2EventSequenceComplete()
386 …DEBUG ((EFI_D_ERROR, "EventSequenceComplete: Unknown hash algorithm %d\r\n", Results->digests[Inde… in Tpm2EventSequenceComplete()
390 &Results->digests[Index].digest, in Tpm2EventSequenceComplete()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
DHiiConfigRouting.h43 OUT EFI_STRING *Results
90 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiConfigRouting.h117 OUT EFI_STRING *Results
157 OUT EFI_STRING *Results
DHiiConfigKeyword.h184 OUT EFI_STRING *Results
DHiiConfigAccess.h119 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DDriverSample.c604 OUT EFI_STRING *Results in ExtractConfig() argument
620 if (Progress == NULL || Results == NULL) { in ExtractConfig()
729 *Results = AllocateZeroPool (BufferSize); in ExtractConfig()
730 ASSERT (*Results != NULL); in ExtractConfig()
731 StrCpyS (*Results, BufferSize / sizeof (CHAR16), ConfigRequest); in ExtractConfig()
732 Value = *Results; in ExtractConfig()
737 if ((Value = StrStr (*Results, PrivateData->NameValueName[0])) != NULL) { in ExtractConfig()
756 if ((Value = StrStr (*Results, PrivateData->NameValueName[1])) != NULL) { in ExtractConfig()
775 if ((Value = StrStr (*Results, PrivateData->NameValueName[2])) != NULL) { in ExtractConfig()
800 Results, in ExtractConfig()
[all …]
/device/linaro/hikey/bootloader/
DREADME.md6 Results will be in out/dist
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DDriverHealthManagerDxe.h107 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigImpl.c86 OUT EFI_STRING *Results in TrEEExtractConfig() argument
89 if (Progress == NULL || Results == NULL) { in TrEEExtractConfig()
DTrEEConfigImpl.h131 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DConfigAccess.h83 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigAccess/
DHiiConfigAccess.h49 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigImpl.c148 OUT EFI_STRING *Results in TcgExtractConfig() argument
160 if (Progress == NULL || Results == NULL) { in TcgExtractConfig()
215 Results, in TcgExtractConfig()
DTcgConfigImpl.h132 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
DBootManager.h143 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrCommon.c755 OUT BOOLEAN *Results in ValidateDataFromHiiHandle() argument
797 *Results = TRUE; in ValidateDataFromHiiHandle()
953 *Results = FALSE; in ValidateDataFromHiiHandle()
964 *Results = FALSE; in ValidateDataFromHiiHandle()
972 *Results = FALSE; in ValidateDataFromHiiHandle()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHiiPrivate.h117 EFI_STRING *Results
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.h105 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.h137 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.h194 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.h140 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootConfig.c233 OUT EFI_STRING *Results in HttpBootFormExtractConfig() argument
244 if (Progress == NULL || Results == NULL) { in HttpBootFormExtractConfig()
289 Results, in HttpBootFormExtractConfig()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
DVlanConfigImpl.c74 OUT EFI_STRING *Results in VlanExtractConfig() argument
86 if (Progress == NULL || Results == NULL) { in VlanExtractConfig()
135 Results, in VlanExtractConfig()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.h130 OUT EFI_STRING *Results

123