Searched refs:FitTablePtr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h279 IN FIT_TABLE *FitTablePtr,
291 FitTablePtr - The pointer of FIT_TABLE.
304 IN FIT_TABLE *FitTablePtr
315 FitTablePtr - The pointer of FIT_TABLE.
H A DGenFvInternalLib.c1297 FIT_TABLE *FitTablePtr; local
1458 FitTablePtr = (FIT_TABLE *) (FvImage->FileImage + (FitAddress - FvInfo->BaseAddress));
1460 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress);
1463 UpdateFitCheckSum (FitTablePtr);
2436 IN FIT_TABLE *FitTablePtr,
2448 FitTablePtr - The pointer of FIT_TABLE.
2462 TmpFitPtr = FitTablePtr;
2479 IN FIT_TABLE *FitTablePtr
2490 FitTablePtr - The pointer of FIT_TABLE.
2498 if ((FitTablePtr
2435 UpdatePeiCoreEntryInFit( IN FIT_TABLE *FitTablePtr, IN UINT64 PeiCorePhysicalAddress ) argument
[all...]

Completed in 87 milliseconds