Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.c814 UINTN CurIndex; in DeviceManagerCallback() local
829 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()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c134 UINTN CurIndex; in DeviceManagerCallback() local
152 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()