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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp68 ChipsetType_T aChipset; local
74 CHECK_ERROR_BREAK(mach, COMGETTER(ChipsetType)(&aChipset));
75 CHECK_ERROR_BREAK(info, GetMaxNetworkAdapters(aChipset, &NetworkAdapterCount));
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp301 HRESULT SystemProperties::getMaxNetworkAdapters(ChipsetType_T aChipset, ULONG *aMaxNetworkAdapters) argument
304 uint32_t uResult = Global::getMaxNetworkAdapters(aChipset);
306 AssertMsgFailed(("Invalid chipset type %d\n", aChipset));
311 HRESULT SystemProperties::getMaxNetworkAdaptersOfType(ChipsetType_T aChipset, NetworkAttachmentType_T aType, ULONG *count) argument
314 uint32_t uResult = Global::getMaxNetworkAdapters(aChipset);
316 AssertMsgFailed(("Invalid chipset type %d\n", aChipset));
453 HRESULT SystemProperties::getMaxInstancesOfStorageBus(ChipsetType_T aChipset, argument
465 cCtrs = aChipset == ChipsetType_ICH9 ? 8 : 1;
565 HRESULT SystemProperties::getMaxInstancesOfUSBControllerType(ChipsetType_T aChipset, argument
569 NOREF(aChipset);
[all...]

Completed in 48 milliseconds