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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c1931 IN UINT64 StartAddress2,
1945 StartAddress2 - The start address of the second VTF
1968 if (StartAddress2 == 0) {
2000 Fv2BaseAddress = StartAddress2;
2466 UINT64 StartAddress2; local
2482 StartAddress2 = 0;
2562 Status = AsciiStringToUint64 (argv[Index + 1], FALSE, &StartAddress2);
2690 Status = GenerateVtfImage (StartAddress1, FwVolSize1, StartAddress2, FwVolSize2, VtfFP);
1928 GenerateVtfImage( IN UINT64 StartAddress1, IN UINT64 Size1, IN UINT64 StartAddress2, IN UINT64 Size2, IN FILE *fp ) argument

Completed in 96 milliseconds