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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp771 IN UINT32 RecordIdx
777 if (RecordIdx == EFI_IFR_RECORDINFO_IDX_INVALUD) {
782 (Idx != RecordIdx) && (pNode != NULL);
821 IN UINT32 RecordIdx,
831 if ((pNode = GetRecordInfoFromIdx (RecordIdx)) == NULL) {
839 Prev = GetRecordInfoFromIdx (RecordIdx - 1);
820 IfrRecordInfoUpdate( IN UINT32 RecordIdx, IN UINT32 LineNo, IN CHAR8 *BinBuf, IN UINT8 BinBufLen, IN UINT32 Offset ) argument

Completed in 34 milliseconds