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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h88 #define EFI_FV_TAKEN_SIZE_STRING "EFI_FV_TAKEN_SIZE" macro
H A DGenFv.c676 DebugMsg (NULL, 0, 9, "The used Fv Size", "%s = 0x%x", EFI_FV_TAKEN_SIZE_STRING, (unsigned) mFvTakenSize);
H A DGenFvInternalLib.c2286 fprintf (FvMapFile, EFI_FV_TAKEN_SIZE_STRING);
2298 fprintf (FvReportFile, "%s = 0x%x\n", EFI_FV_TAKEN_SIZE_STRING, (unsigned) mFvTakenSize);

Completed in 209 milliseconds