Home | History | Annotate | Download | only in DeviceMngr

Lines Matching refs:MENU_INFO_ITEM

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);