Searched refs:EFI_FV_TOTAL_SIZE_STRING (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h87 #define EFI_FV_TOTAL_SIZE_STRING "EFI_FV_TOTAL_SIZE" macro
H A DGenFv.c675 DebugMsg (NULL, 0, 9, "The Total Fv Size", "%s = 0x%x", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTotalSize);
H A DGenFvInternalLib.c2282 fprintf (FvMapFile, EFI_FV_TOTAL_SIZE_STRING);
2297 fprintf (FvReportFile, "%s = 0x%x\n", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTotalSize);

Completed in 368 milliseconds