Searched refs:CurrentPos (Results 1 – 3 of 3) sorted by relevance
47 char *CurrentPos; member
743 Context->CurrentPos = Context->IfrBufferStart; in IfrParsePack()766 (Context->CurrentPos >= Context->IfrBufferStart) && in IfrParsePack()767 (Context->CurrentPos < Context->IfrBufferStart + Context->IfrBufferLen) in IfrParsePack()769 OpHeader = (EFI_IFR_OP_HEADER *) Context->CurrentPos; in IfrParsePack()788 IfrEntry->RawIfrHeader = (EFI_IFR_OP_HEADER *) (Context->CurrentPos); in IfrParsePack()843 Context->CurrentPos += OpHeader->Length; in IfrParsePack()
1360 IN LIST_ENTRY *CurrentPos in ValueIsScroll() argument1365 Temp = Direction ? CurrentPos->BackLink : CurrentPos->ForwardLink; in ValueIsScroll()