Home
last modified time | relevance | path

Searched refs:uNode (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrFormPkg.cpp1408 SIfrRecord *uNode, *tNode; in IfrRecordAdjust() local
1488 for (uNode = mIfrRecordListHead; uNode != NULL; uNode = uNode->mNext) { in IfrRecordAdjust()
1489 tOpHead = (EFI_IFR_OP_HEADER *) uNode->mIfrBinBuf; in IfrRecordAdjust()
1498 if (uNode != NULL) { in IfrRecordAdjust()
1509 if ((uNode->mNext != NULL) && (*uNode->mNext->mIfrBinBuf == EFI_IFR_DEFAULT_OP)) { in IfrRecordAdjust()
1510 uNode = uNode->mNext; in IfrRecordAdjust()
1514 tNode->mNext = uNode->mNext; in IfrRecordAdjust()
1515 uNode->mNext = pNode; in IfrRecordAdjust()
1572 for (uNode = mIfrRecordListHead; uNode->mNext != NULL; uNode = uNode->mNext) { in IfrRecordAdjust()
1573 tOpHead = (EFI_IFR_OP_HEADER *) uNode->mNext->mIfrBinBuf; in IfrRecordAdjust()
[all …]