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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
H A DDeviceManager.c814 UINTN CurIndex; local
829 for (CurIndex = 0; CurIndex < mMacDeviceList.CurListLen; CurIndex ++) {
830 if (mMacDeviceList.NodeList[CurIndex].QuestionId == QuestionId) {
831 mSelectedMacAddrString = HiiGetString (gDeviceManagerPrivate.HiiHandle, mMacDeviceList.NodeList[CurIndex].PromptId, NULL);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c134 UINTN CurIndex; local
152 for (CurIndex = 0; CurIndex < mMacDeviceList.CurListLen; CurIndex ++) {
153 if (mMacDeviceList.NodeList[CurIndex].QuestionId == QuestionId) {
154 mSelectedMacAddrString = HiiGetString (gDeviceManagerPrivate.HiiHandle, mMacDeviceList.NodeList[CurIndex].PromptId, NULL);

Completed in 10 milliseconds