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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c778 FIT_TABLE *TmpFitPtr; local
805 TmpFitPtr = (FIT_TABLE *) RelativeAddress;
806 NumFitComponents = TmpFitPtr->CompSize;
809 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_UNUSED) {
810 *FitPtr = TmpFitPtr;
814 TmpFitPtr++;
874 FIT_TABLE *TmpFitPtr; local
879 TmpFitPtr = FitTable;
882 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) != COMP_TYPE_FIT_UNUSED) {
885 TmpFitPtr
2328 FIT_TABLE *TmpFitPtr; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c2458 FIT_TABLE *TmpFitPtr; local
2462 TmpFitPtr = FitTablePtr;
2463 NumFitComponents = TmpFitPtr->CompSize;
2466 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_PEICORE) {
2467 TmpFitPtr->CompAddress = PeiCorePhysicalAddress;
2471 TmpFitPtr++;

Completed in 281 milliseconds