Searched refs:tNode (Results 1 – 1 of 1) sorted by relevance
1408 SIfrRecord *uNode, *tNode; in IfrRecordAdjust() local1452 tNode = pNode; in IfrRecordAdjust()1453 while (tNode != NULL && StackCount > 0) { in IfrRecordAdjust()1454 tNode = tNode->mNext; in IfrRecordAdjust()1455 tOpHead = (EFI_IFR_OP_HEADER *) tNode->mIfrBinBuf; in IfrRecordAdjust()1471 if (tNode == NULL || QuestionId == EFI_QUESTION_ID_INVALID) { in IfrRecordAdjust()1513 preNode->mNext = tNode->mNext; in IfrRecordAdjust()1514 tNode->mNext = uNode->mNext; in IfrRecordAdjust()1537 tNode = pNode; in IfrRecordAdjust()1538 while (tNode->mNext != NULL) { in IfrRecordAdjust()[all …]