Home | History | Annotate | Download | only in DeviceMngr

Lines Matching refs:MaxListLen

201   mMacDeviceList.MaxListLen = 0;

463 if (mMacDeviceList.MaxListLen > mMacDeviceList.CurListLen + 1) {
467 mMacDeviceList.MaxListLen += MAX_MAC_ADDRESS_NODE_LIST_LEN;
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);