Home
last modified time | relevance | path

Searched refs:TempDeviceList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.c196 MENU_INFO_ITEM *TempDeviceList; in AddIdToMacDeviceList() local
203 TempDeviceList = NULL; in AddIdToMacDeviceList()
229TempDeviceList = (MENU_INFO_ITEM *)AllocateCopyPool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxL… in AddIdToMacDeviceList()
231TempDeviceList = (MENU_INFO_ITEM *)AllocatePool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxListL… in AddIdToMacDeviceList()
234 if (TempDeviceList == NULL) { in AddIdToMacDeviceList()
237 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId; in AddIdToMacDeviceList()
238TempDeviceList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLe… in AddIdToMacDeviceList()
244 mMacDeviceList.NodeList = TempDeviceList; in AddIdToMacDeviceList()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c436 MENU_INFO_ITEM *TempDeviceList; in AddIdToMacDeviceList() local
443 TempDeviceList = NULL; in AddIdToMacDeviceList()
469TempDeviceList = (MENU_INFO_ITEM *)AllocateCopyPool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxL… in AddIdToMacDeviceList()
471TempDeviceList = (MENU_INFO_ITEM *)AllocatePool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxListL… in AddIdToMacDeviceList()
474 if (TempDeviceList == NULL) { in AddIdToMacDeviceList()
477 TempDeviceList[mMacDeviceList.CurListLen].PromptId = PromptId; in AddIdToMacDeviceList()
478TempDeviceList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLe… in AddIdToMacDeviceList()
484 mMacDeviceList.NodeList = TempDeviceList; in AddIdToMacDeviceList()