Searched refs:CurIndex (Results 1 – 2 of 2) sorted by relevance
814 UINTN CurIndex; in DeviceManagerCallback() local829 for (CurIndex = 0; CurIndex < mMacDeviceList.CurListLen; CurIndex ++) { in DeviceManagerCallback()830 if (mMacDeviceList.NodeList[CurIndex].QuestionId == QuestionId) { in DeviceManagerCallback()831 …= HiiGetString (gDeviceManagerPrivate.HiiHandle, mMacDeviceList.NodeList[CurIndex].PromptId, NULL); in DeviceManagerCallback()
134 UINTN CurIndex; in DeviceManagerCallback() local152 for (CurIndex = 0; CurIndex < mMacDeviceList.CurListLen; CurIndex ++) { in DeviceManagerCallback()153 if (mMacDeviceList.NodeList[CurIndex].QuestionId == QuestionId) { in DeviceManagerCallback()154 …= HiiGetString (gDeviceManagerPrivate.HiiHandle, mMacDeviceList.NodeList[CurIndex].PromptId, NULL); in DeviceManagerCallback()