Searched refs:FIT_TABLE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h254 } FIT_TABLE; typedef in typeref:struct:__anon9981
279 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;
1458 FitTablePtr = (FIT_TABLE *) (FvImage->FileImage + (FitAddress - FvInfo->BaseAddress));
2436 IN FIT_TABLE *FitTablePtr,
2448 FitTablePtr - The pointer of FIT_TABLE.
2458 FIT_TABLE *TmpFitPtr;
2479 IN FIT_TABLE *FitTablePtr
2490 FitTablePtr - The pointer of FIT_TABLE.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c706 IN OUT FIT_TABLE **FitTable
748 *FitTable = (FIT_TABLE *) RelativeAddress;
755 IN FIT_TABLE **FitPtr
778 FIT_TABLE *TmpFitPtr;
805 TmpFitPtr = (FIT_TABLE *) RelativeAddress;
843 if ((((FIT_TABLE *) Arg1)->CvAndType & FIT_TYPE_MASK) > (((FIT_TABLE *) Arg2)->CvAndType & FIT_TYPE_MASK)) {
845 } else if ((((FIT_TABLE *) Arg1)->CvAndType & FIT_TYPE_MASK) < (((FIT_TABLE *) Arg2)->CvAndType & FIT_TYPE_MASK)) {
873 FIT_TABLE *FitTabl
[all...]
H A DGenVtf.h167 } FIT_TABLE; typedef in typeref:struct:__anon10027

Completed in 54 milliseconds