Searched refs:aChipset (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DSystemPropertiesImpl.h107 HRESULT getMaxNetworkAdapters(ChipsetType_T aChipset,
109 HRESULT getMaxNetworkAdaptersOfType(ChipsetType_T aChipset,
118 HRESULT getMaxInstancesOfStorageBus(ChipsetType_T aChipset,
127 HRESULT getMaxInstancesOfUSBControllerType(ChipsetType_T aChipset,
/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...]
H A DMachineImpl.cpp6693 ChipsetType_T aChipset = ChipsetType_PIIX3;
6694 COMGETTER(ChipsetType)(&aChipset);
6696 if (aChipset != ChipsetType_ICH9)
/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/cbinding/
H A DVBoxCAPI_v4_3.h8415 #define ISystemProperties_GetMaxNetworkAdapters(p, aChipset, aMaxNetworkAdapters) ((p)->lpVtbl->GetMaxNetworkAdapters(p, aChipset, aMaxNetworkAdapters))
8416 #define ISystemProperties_GetMaxNetworkAdaptersOfType(p, aChipset, aType, aMaxNetworkAdapters) ((p)->lpVtbl->GetMaxNetworkAdaptersOfType(p, aChipset, aType, aMaxNetworkAdapters))
8420 #define ISystemProperties_GetMaxInstancesOfStorageBus(p, aChipset, aBus, aMaxInstances) ((p)->lpVtbl->GetMaxInstancesOfStorageBus(p, aChipset, aBus, aMaxInstances))
8423 #define ISystemProperties_GetMaxInstancesOfUSBControllerType(p, aChipset, aType, aMaxInstances) ((p)->lpVtbl->GetMaxInstancesOfUSBControllerType(p, aChipset, aType, aMaxInstances))

Completed in 244 milliseconds