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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp712 UINT32 LineNo; local
732 LineNo = 0;
736 LineNo++;
737 gCIfrRecordInfoDB.IfrRecordOutput (pOutFile, LineNo);
H A DVfrFormPkg.cpp27 IN UINT32 LineNo,
35 mLineNo = LineNo;
72 IN UINT32 LineNo
76 mLineNo = LineNo;
485 IN UINT32 LineNo,
491 pNew = new SPendingAssign (Key, ValAddr, ValLen, LineNo, Msg);
557 IN UINT32 LineNo
574 DIObj.SetLineNo (LineNo);
577 CIfrTrue TObj (LineNo);
586 CNObj.SetLineNo (LineNo);
23 SPendingAssign( IN CHAR8 *Key, IN VOID *Addr, IN UINT32 Len, IN UINT32 LineNo, IN CONST CHAR8 *Msg ) argument
481 AssignPending( IN CHAR8 *Key, IN VOID *ValAddr, IN UINT32 ValLen, IN UINT32 LineNo, IN CONST CHAR8 *Msg ) argument
790 IfrRecordRegister( IN UINT32 LineNo, IN CHAR8 *IfrBinBuf, IN UINT8 BinBufLen, IN UINT32 Offset ) argument
820 IfrRecordInfoUpdate( IN UINT32 RecordIdx, IN UINT32 LineNo, IN CHAR8 *BinBuf, IN UINT8 BinBufLen, IN UINT32 Offset ) argument
[all...]
H A DVfrFormPkg.h148 IN UINT32 LineNo
194 VOID IfrRecordOutput (IN FILE *, IN UINT32 LineNo);
222 inline VOID SetLineNo (IN UINT32 LineNo) { argument
223 mLineNo = LineNo;
962 IN UINT32 LineNo
965 SetLineNo (LineNo);
982 IN UINT32 LineNo
985 SetLineNo (LineNo);
1805 IN UINT32 LineNo
1808 SetLineNo (LineNo);
[all...]

Completed in 52 milliseconds