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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c158 UINT32 mFvTotalSize; variable
218 mFvTotalSize = 0;
675 DebugMsg (NULL, 0, 9, "The Total Fv Size", "%s = 0x%x", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTotalSize);
677 DebugMsg (NULL, 0, 9, "The space Fv size", "%s = 0x%x", EFI_FV_SPACE_SIZE_STRING, (unsigned) (mFvTotalSize - mFvTakenSize));
H A DGenFvInternalLib.h262 extern UINT32 mFvTotalSize;
H A DGenFvInternalLib.c2281 if (mFvTotalSize != 0) {
2283 fprintf (FvMapFile, " = 0x%x\n", (unsigned) mFvTotalSize);
2289 if (mFvTotalSize != 0 && mFvTakenSize != 0) {
2291 fprintf (FvMapFile, " = 0x%x\n\n", (unsigned) (mFvTotalSize - mFvTakenSize));
2297 fprintf (FvReportFile, "%s = 0x%x\n", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTotalSize);
2669 mFvTotalSize = FvInfoPtr->Size;

Completed in 56 milliseconds