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

/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp413 /*static*/ uint32_t Global::getMaxNetworkAdapters(ChipsetType_T aChipsetType) function in class:Global
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp301 HRESULT SystemProperties::getMaxNetworkAdapters(ChipsetType_T aChipset, ULONG *aMaxNetworkAdapters) function in class:SystemProperties
304 uint32_t uResult = Global::getMaxNetworkAdapters(aChipset);
314 uint32_t uResult = Global::getMaxNetworkAdapters(aChipset);

Completed in 941 milliseconds