Home
last modified time | relevance | path

Searched refs:EFI_VOLUME_FULL (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiError.h44 #define EFI_VOLUME_FULL EFIERR (11) macro
/device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
DUseSocketDxe.c190 case EFI_VOLUME_FULL: in EslServiceGetProtocol()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetSize.c93 if (Status == EFI_VOLUME_FULL) { in ShellCommandRunSetSize()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiBaseTypes.h109 #define EFI_VOLUME_FULL RETURN_VOLUME_FULL macro
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiBaseType.h133 #define EFI_VOLUME_FULL RETURN_VOLUME_FULL macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsOpenClose.c208 return EFI_VOLUME_FULL; in BootMonFsFindSpaceForNewFile()
409 return EFI_VOLUME_FULL; in BootMonFsFlushFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
DPrint.c530 if (Status == EFI_VOLUME_FULL) { Desc = (CHAR8 *) "Volume Full"; } else in EfiStatusToString()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBoot.c380 return EFI_VOLUME_FULL; in ArmFastbootPlatformFlashPartition()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/
DPrint.c722 } else if (Status == EFI_VOLUME_FULL) { in EfiStatusToString()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c369 if (Status == EFI_VOLUME_FULL) { in Tcg2MeasurePeImage()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c601 return EFI_VOLUME_FULL; in TcgDxeLogEvent()
619 return EFI_VOLUME_FULL; in TcgDxeLogEvent()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c926 if (Status == EFI_VOLUME_FULL) { Desc = (CHAR8 *) "Volume Full"; } else in EfiStatusToString()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
DHiKeyFastboot.c423 return EFI_VOLUME_FULL; in HiKeyFastbootPlatformFlashPartition()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMv.c317 return EFI_VOLUME_FULL; in MoveBetweenFileSystems()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c830 return EFI_VOLUME_FULL; in TcgDxeLogEvent()
848 return EFI_VOLUME_FULL; in TcgDxeLogEvent()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DPosixFileSystem.c185 return EFI_VOLUME_FULL; in ErrnoToEfiStatus()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DFileBuffer.c870 …se if (Status == EFI_DEVICE_ERROR || Status == EFI_VOLUME_CORRUPTED || Status == EFI_VOLUME_FULL) { in FileBufferRead()