Searched refs:TempDeviceList (Results 1 – 2 of 2) sorted by relevance
196 MENU_INFO_ITEM *TempDeviceList; in AddIdToMacDeviceList() local203 TempDeviceList = NULL; in AddIdToMacDeviceList()229 …TempDeviceList = (MENU_INFO_ITEM *)AllocateCopyPool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxL… in AddIdToMacDeviceList()231 …TempDeviceList = (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()238 …TempDeviceList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLe… in AddIdToMacDeviceList()244 mMacDeviceList.NodeList = TempDeviceList; in AddIdToMacDeviceList()
436 MENU_INFO_ITEM *TempDeviceList; in AddIdToMacDeviceList() local443 TempDeviceList = NULL; in AddIdToMacDeviceList()469 …TempDeviceList = (MENU_INFO_ITEM *)AllocateCopyPool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxL… in AddIdToMacDeviceList()471 …TempDeviceList = (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()478 …TempDeviceList[mMacDeviceList.CurListLen].QuestionId = (EFI_QUESTION_ID) (mMacDeviceList.CurListLe… in AddIdToMacDeviceList()484 mMacDeviceList.NodeList = TempDeviceList; in AddIdToMacDeviceList()