Searched defs:vsdeNW (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2777 std::list<VirtualSystemDescriptionEntry*> vsdeNW = vsdescThis->i_findByType(VirtualSystemDescriptionType_NetworkAdapter); local
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; local
3565 if ( vsdeNW->strExtraConfigCurrent.startsWith("slot=", Utf8Str::CaseInsensitive)
3566 && vsdeNW->strExtraConfigCurrent.length() > 6)
3568 uint32_t iSlot = vsdeNW
[all...]

Completed in 113 milliseconds