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

/device/linaro/bootloader/edk2/ArmVirtPkg/VirtFdtDxe/
H A DVirtFdtDxe.c159 UINT32 RecordIdx; local
218 for (RecordIdx = 0; RecordIdx < Len / sizeof (DTB_PCI_HOST_RANGE_RECORD);
219 ++RecordIdx) {
222 Record = (CONST DTB_PCI_HOST_RANGE_RECORD *)Prop + RecordIdx;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrFormPkg.cpp540 IN UINT32 RecordIdx
546 if (RecordIdx == EFI_IFR_RECORDINFO_IDX_INVALUD) {
551 (Idx != RecordIdx) && (pNode != NULL);
590 IN UINT32 RecordIdx,
600 if ((pNode = GetRecordInfoFromIdx (RecordIdx)) == NULL) {
608 Prev = GetRecordInfoFromIdx (RecordIdx - 1);
589 IfrRecordInfoUpdate( IN UINT32 RecordIdx, IN UINT32 LineNo, IN CHAR8 *BinBuf, IN UINT8 BinBufLen, IN UINT32 Offset ) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp1003 IN UINT32 RecordIdx
1009 if (RecordIdx == EFI_IFR_RECORDINFO_IDX_INVALUD) {
1014 (Idx != RecordIdx) && (pNode != NULL);
1053 IN UINT32 RecordIdx,
1063 if ((pNode = GetRecordInfoFromIdx (RecordIdx)) == NULL) {
1071 Prev = GetRecordInfoFromIdx (RecordIdx - 1);
1052 IfrRecordInfoUpdate( IN UINT32 RecordIdx, IN UINT32 LineNo, IN CHAR8 *BinBuf, IN UINT8 BinBufLen, IN UINT32 Offset ) argument

Completed in 59 milliseconds