Searched defs:OutFptr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c208 FILE *OutFptr,
220 OutFptr - file pointer to output binary ROM image file we're creating
375 if (fwrite (Buffer, FileSize, 1, OutFptr) != 1) {
386 putc (~0, OutFptr);
411 FILE *OutFptr,
425 OutFptr - file pointer to output binary ROM image file we're creating
655 if (fwrite (&RomHdr, sizeof (RomHdr), 1, OutFptr) != 1) {
665 if (putc (0, OutFptr) == EOF) {
677 if (fwrite (&PciDs23, sizeof (PciDs23), 1, OutFptr) != 1) {
683 if (fwrite (&PciDs30, sizeof (PciDs30), 1, OutFptr) !
207 ProcessBinFile( FILE *OutFptr, FILE_LIST *InFile, UINT32 *Size ) argument
410 ProcessEfiFile( FILE *OutFptr, FILE_LIST *InFile, UINT16 VendId, UINT16 DevId, UINT32 *Size ) argument
[all...]

Completed in 43 milliseconds