Lines Matching refs:vsdeNW
2777 std::list<VirtualSystemDescriptionEntry*> vsdeNW = vsdescThis->i_findByType(VirtualSystemDescriptionType_NetworkAdapter);
2778 if (vsdeNW.size() == 0)
2787 else if (vsdeNW.size() > maxNetworkAdapters)
2791 vsdeNW.size(), maxNetworkAdapters);
2796 for (nwIt = vsdeNW.begin();
2797 nwIt != vsdeNW.end();
3564 VirtualSystemDescriptionEntry *vsdeNW = *itNW;
3565 if ( vsdeNW->strExtraConfigCurrent.startsWith("slot=", Utf8Str::CaseInsensitive)
3566 && vsdeNW->strExtraConfigCurrent.length() > 6)
3568 uint32_t iSlot = vsdeNW->strExtraConfigCurrent.substr(5, 1).toUInt32();
3578 it1->type = (NetworkAdapterType_T)vsdeNW->strVBoxCurrent.toUInt32();