Searched defs:InfFileImage (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GenFv.c | 195 CHAR8 *InfFileImage; local 207 InfFileImage = NULL; 572 Status = GetFileImage (InfFileName, &InfFileImage, &InfFileSize); 583 CapsuleHeader = (EFI_CAPSULE_HEADER *) InfFileImage; 620 InfFileImage, 638 InfFileImage, 646 // free InfFileImage memory 648 if (InfFileImage != NULL) { 649 free (InfFileImage);
|
H A D | GenFvInternalLib.c | 1962 IN CHAR8 *InfFileImage, 1975 InfFileImage Buffer containing the INF file contents. 1976 InfFileSize Size of the contents of the InfFileImage buffer. 2012 if (InfFileImage != NULL) { 2016 InfMemoryFile.FileImage = InfFileImage; 2017 InfMemoryFile.CurrentFilePointer = InfFileImage; 2018 InfMemoryFile.Eof = InfFileImage + InfFileSize; 3561 IN CHAR8 *InfFileImage, 3573 InfFileImage Buffer containing the INF file contents. 3574 InfFileSize Size of the contents of the InfFileImage buffe 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 [all...] |
Completed in 220 milliseconds