HomeSort by relevance Sort by last modified time
    Searched refs:CurListLen (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DeviceManager.c 205 for (Index = 0; Index < mMacDeviceList.CurListLen; Index ++) {
223 if (mMacDeviceList.MaxListLen > mMacDeviceList.CurListLen + 1) {
224 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].PromptId = PromptId;
225 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLen + NETWORK_DEVICE_LIST_KEY_OFFSET);
228 if (mMacDeviceList.CurListLen != 0) {
237 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId;
238 TempDeviceList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLen + NETWORK_DEVICE_LIST_KEY_OFFSET);
240 if (mMacDeviceList.CurListLen > 0) {
    [all...]
DeviceManager.h 96 UINTN CurListLen;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c 152 for (CurIndex = 0; CurIndex < mMacDeviceList.CurListLen; CurIndex ++) {
200 mMacDeviceList.CurListLen = 0;
445 for (Index = 0; Index < mMacDeviceList.CurListLen; Index ++) {
463 if (mMacDeviceList.MaxListLen > mMacDeviceList.CurListLen + 1) {
464 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].PromptId = PromptId;
465 mMacDeviceList.NodeList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLen + NETWORK_DEVICE_LIST_KEY_OFFSET);
468 if (mMacDeviceList.CurListLen != 0) {
477 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId;
478 TempDeviceList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLen + NETWORK_DEVICE_LIST_KEY_OFFSET);
    [all...]
DeviceManager.h 94 UINTN CurListLen;

Completed in 113 milliseconds