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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c51 MAC_ADDRESS_NODE_LIST mMacDeviceList; variable
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);
200 mMacDeviceList.CurListLen = 0;
201 mMacDeviceList.MaxListLen = 0;
436 for (Index = 0; Index < mMacDeviceList.CurListLen; Index ++) {
437 StoredString = HiiGetString (HiiHandle, mMacDeviceList.NodeList[Index].PromptId, NULL);
454 if (mMacDeviceList.MaxListLen > mMacDeviceList
[all...]

Completed in 93 milliseconds