HomeSort by relevance Sort by last modified time
    Searched refs:mFvTotalSize (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFv.c 154 UINT32 mFvTotalSize;
214 mFvTotalSize = 0;
687 DebugMsg (NULL, 0, 9, "The Total Fv Size", "%s = 0x%x", EFI_FV_TOTAL_SIZE_STRING, (unsigned) mFvTotalSize);
689 DebugMsg (NULL, 0, 9, "The space Fv size", "%s = 0x%x", EFI_FV_SPACE_SIZE_STRING, (unsigned) (mFvTotalSize - mFvTakenSize));
GenFvInternalLib.h 259 extern UINT32 mFvTotalSize;
GenFvInternalLib.c     [all...]

Completed in 580 milliseconds