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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.h 93 }MENU_INFO_ITEM;
98 MENU_INFO_ITEM *NodeList;
DeviceManager.c 196 MENU_INFO_ITEM *TempDeviceList;
229 TempDeviceList = (MENU_INFO_ITEM *)AllocateCopyPool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxListLen, (VOID *)mMacDeviceList.NodeList);
231 TempDeviceList = (MENU_INFO_ITEM *)AllocatePool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxListLen);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 91 }MENU_INFO_ITEM;
96 MENU_INFO_ITEM *NodeList;
DeviceManager.c 436 MENU_INFO_ITEM *TempDeviceList;
469 TempDeviceList = (MENU_INFO_ITEM *)AllocateCopyPool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxListLen, (VOID *)mMacDeviceList.NodeList);
471 TempDeviceList = (MENU_INFO_ITEM *)AllocatePool (sizeof (MENU_INFO_ITEM) * mMacDeviceList.MaxListLen);
    [all...]

Completed in 83 milliseconds