Home
last modified time | relevance | path

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

1234

/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c173 return EFI_VOLUME_CORRUPTED; in FindFfsSectionInstance()
180 return EFI_VOLUME_CORRUPTED; in FindFfsSectionInstance()
185 return EFI_VOLUME_CORRUPTED; in FindFfsSectionInstance()
266 return EFI_VOLUME_CORRUPTED; in FindFfsFileAndSection()
279 return EFI_VOLUME_CORRUPTED; in FindFfsFileAndSection()
285 return EFI_VOLUME_CORRUPTED; in FindFfsFileAndSection()
290 return EFI_VOLUME_CORRUPTED; in FindFfsFileAndSection()
306 if (!EFI_ERROR (Status) || (Status == EFI_VOLUME_CORRUPTED)) { in FindFfsFileAndSection()
409 return EFI_VOLUME_CORRUPTED; in DecompressMemFvs()
442 return EFI_VOLUME_CORRUPTED; in DecompressMemFvs()
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFileSpace.c160 return EFI_VOLUME_CORRUPTED; in FatSetFatEntry()
254 return EFI_VOLUME_CORRUPTED; in FatFreeClusters()
384 return EFI_VOLUME_CORRUPTED; in FatShrinkEof()
476 Status = EFI_VOLUME_CORRUPTED; in FatGrowEof()
490 Status = EFI_VOLUME_CORRUPTED; in FatGrowEof()
600 return EFI_VOLUME_CORRUPTED; in FatOFilePosition()
607 return EFI_VOLUME_CORRUPTED; in FatOFilePosition()
DInit.c330 return EFI_VOLUME_CORRUPTED; in FatOpenDevice()
341 return EFI_VOLUME_CORRUPTED; in FatOpenDevice()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiError.h43 #define EFI_VOLUME_CORRUPTED EFIERR (10) macro
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c475 return EFI_VOLUME_CORRUPTED; in ProduceFVBProtocolOnBuffer()
505 return EFI_VOLUME_CORRUPTED; in ProduceFVBProtocolOnBuffer()
704 return EFI_VOLUME_CORRUPTED; in CoreProcessFirmwareVolume()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DGetMtc.c53 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunGetMtc()
DPause.c65 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunPause()
DEcho.c63 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunEcho()
DVer.c66 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunVer()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DReconnect.c78 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunReconnect()
DUnload.c88 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunUnload()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DExit.c59 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunExit()
DStall.c53 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunStall()
DGoto.c61 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunGoto()
/device/linaro/bootloader/edk2/IntelFspPkg/Include/
DFspApi.h302 #define FSP_VOLUME_CORRUPTED EFI_VOLUME_CORRUPTED
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMkDir.c52 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunMkDir()
DSet.c93 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunSet()
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeUpdate.c437 return EFI_VOLUME_CORRUPTED; in VerifyMicrocode()
445 return EFI_VOLUME_CORRUPTED; in VerifyMicrocode()
461 return EFI_VOLUME_CORRUPTED; in VerifyMicrocode()
469 return EFI_VOLUME_CORRUPTED; in VerifyMicrocode()
478 return EFI_VOLUME_CORRUPTED; in VerifyMicrocode()
/device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
DUseSocketDxe.c177 case EFI_VOLUME_CORRUPTED: in EslServiceGetProtocol()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiAip.c107 return EFI_VOLUME_CORRUPTED; in HstiAipSetInfo()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetSize.c57 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunSetSize()
DMode.c60 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunMode()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVol.c361 return EFI_VOLUME_CORRUPTED; in FvCheck()
563 return EFI_VOLUME_CORRUPTED; in FvCheck()
622 return EFI_VOLUME_CORRUPTED; in FvCheck()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DEdit.c61 if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) { in ShellCommandRunEdit()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiBaseTypes.h108 #define EFI_VOLUME_CORRUPTED RETURN_VOLUME_CORRUPTED macro

1234