Home
last modified time | relevance | path

Searched refs:EFI_NUM_BLOCKS_STRING (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLibInternal.h60 #define EFI_NUM_BLOCKS_STRING "EFI_NUM_BLOCKS" macro
DGenFvImageLib.c968 Status = FindToken (InfFile, OPTIONS_SECTION_STRING, EFI_NUM_BLOCKS_STRING, Index, Value); in ParseFvInf()
979 Error (NULL, 0, 0, Value, "invalid value for %s", EFI_NUM_BLOCKS_STRING); in ParseFvInf()
992 …Error (NULL, 0, 0, "must specify both", "%s and %s", EFI_NUM_BLOCKS_STRING, EFI_BLOCK_SIZE_STRING); in ParseFvInf()
1022 …Error (NULL, 0, 0, "must specify both", "%s and %s", EFI_NUM_BLOCKS_STRING, EFI_BLOCK_SIZE_STRING); in ParseFvInf()
1081 EFI_NUM_BLOCKS_STRING, EFI_BLOCK_SIZE_STRING, in ParseFvInf()
1082 EFI_NUM_BLOCKS_STRING, AUTO_STRING in ParseFvInf()
1098 Error (NULL, 0, 0, "non-FFS FV", "cannot set %s to %s", EFI_NUM_BLOCKS_STRING, AUTO_STRING); in ParseFvInf()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.h70 #define EFI_NUM_BLOCKS_STRING "EFI_NUM_BLOCKS" macro
DGenFv.c329 …DebugMsg (NULL, 0, 9, "FV Number Block", "%s = 0x%llx", EFI_NUM_BLOCKS_STRING, (unsigned long long… in main()
DGenFvInternalLib.c325 Status = FindToken (InfFile, OPTIONS_SECTION_STRING, EFI_NUM_BLOCKS_STRING, Index, Value); in ParseFvInf()
327 …, 2000, "Invalid parameter", "both %s and %s must be specified.", EFI_NUM_BLOCKS_STRING, EFI_BLOCK… in ParseFvInf()
340 Status = FindToken (InfFile, OPTIONS_SECTION_STRING, EFI_NUM_BLOCKS_STRING, Index, Value); in ParseFvInf()
348 Error (NULL, 0, 2000, "Invalid parameter", "%s = %s", EFI_NUM_BLOCKS_STRING, Value); in ParseFvInf()
353 DebugMsg (NULL, 0, 9, "FV Block Number", "%s = %s", EFI_NUM_BLOCKS_STRING, Value); in ParseFvInf()