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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c736 UINTN AddItemCount; local
746 AddItemCount = 0;
862 if (IsNeedAddNetworkMenu (HiiHandles[Index], &AddItemCount)) {
882 while (AddItemCount > 0) {
886 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].PromptId,
889 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].QuestionId
891 AddItemCount -= 1;

Completed in 153 milliseconds