Searched refs:EFI_NUM_BLOCKS_STRING (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
D | GenFvImageLibInternal.h | 60 #define EFI_NUM_BLOCKS_STRING "EFI_NUM_BLOCKS" macro
|
D | GenFvImageLib.c | 968 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/ |
D | GenFvInternalLib.h | 70 #define EFI_NUM_BLOCKS_STRING "EFI_NUM_BLOCKS" macro
|
D | GenFv.c | 329 …DebugMsg (NULL, 0, 9, "FV Number Block", "%s = 0x%llx", EFI_NUM_BLOCKS_STRING, (unsigned long long… in main()
|
D | GenFvInternalLib.c | 329 Status = FindToken (InfFile, OPTIONS_SECTION_STRING, EFI_NUM_BLOCKS_STRING, Index, Value); in ParseFvInf() 331 …, 2000, "Invalid parameter", "both %s and %s must be specified.", EFI_NUM_BLOCKS_STRING, EFI_BLOCK… in ParseFvInf() 344 Status = FindToken (InfFile, OPTIONS_SECTION_STRING, EFI_NUM_BLOCKS_STRING, Index, Value); in ParseFvInf() 352 Error (NULL, 0, 2000, "Invalid parameter", "%s = %s", EFI_NUM_BLOCKS_STRING, Value); in ParseFvInf() 357 DebugMsg (NULL, 0, 9, "FV Block Number", "%s = %s", EFI_NUM_BLOCKS_STRING, Value); in ParseFvInf()
|