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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c152 for (CurIndex = 0; CurIndex < mMacDeviceList.CurListLen; CurIndex ++) {
200 mMacDeviceList.CurListLen = 0;
436 for (Index = 0; Index < mMacDeviceList.CurListLen; Index ++) {
454 if (mMacDeviceList.MaxListLen > mMacDeviceList.CurListLen + 1) {
455 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].PromptId = PromptId;
456 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLen + NETWORK_DEVICE_LIST_KEY_OFFSET);
459 if (mMacDeviceList.CurListLen != 0) {
468 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId;
469 TempDeviceList[mMacDeviceList.CurListLen]
[all...]
H A DDeviceManager.h94 UINTN CurListLen; member in struct:__anon10505

Completed in 85 milliseconds