Searched refs:InfFileSize (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GenFvInternalLib.h | 364 IN UINTN InfFileSize, 377 InfFileSize Size of the contents of the InfFileImage buffer. 393 IN UINTN InfFileSize, 407 InfFileSize Size of the contents of the InfFileImage buffer.
|
H A D | GenFv.c | 196 UINT32 InfFileSize; local 210 InfFileSize = 0; 572 Status = GetFileImage (InfFileName, &InfFileImage, &InfFileSize); 621 InfFileSize, 639 InfFileSize,
|
H A D | GenFvInternalLib.c | 1963 IN UINTN InfFileSize, 1976 InfFileSize Size of the contents of the InfFileImage buffer. 2018 InfMemoryFile.Eof = InfFileImage + InfFileSize; 3562 IN UINTN InfFileSize, 3574 InfFileSize Size of the contents of the InfFileImage buffer. 3601 InfMemoryFile.Eof = InfFileImage + InfFileSize; 1961 GenerateFvImage( IN CHAR8 *InfFileImage, IN UINTN InfFileSize, IN CHAR8 *FvFileName, IN CHAR8 *MapFileName ) argument 3560 GenerateCapImage( IN CHAR8 *InfFileImage, IN UINTN InfFileSize, IN CHAR8 *CapFileName ) argument
|
Completed in 3484 milliseconds