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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
H A DDeviceManager.c498 UINTN AddItemCount; local
517 AddItemCount = 0;
616 if (IsNeedAddNetworkMenu (HiiHandles[Index], NextShowFormId,&AddItemCount)) {
636 while (AddItemCount > 0) {
640 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].PromptId,
643 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].QuestionId
645 AddItemCount -= 1;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c810 UINTN AddItemCount; local
825 AddItemCount = 0;
958 if (IsNeedAddNetworkMenu (HiiHandles[Index], &AddItemCount)) {
978 while (AddItemCount > 0) {
982 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].PromptId,
985 mMacDeviceList.NodeList[mMacDeviceList.CurListLen - AddItemCount].QuestionId
987 AddItemCount -= 1;

Completed in 10 milliseconds