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

/vbox/src/VBox/Main/include/
H A DStorageControllerImpl.h53 HRESULT i_checkPortAndDeviceValid(LONG aControllerPort,
H A DMachineImpl.h691 LONG aControllerPort,
1000 LONG aControllerPort,
1005 LONG aControllerPort,
1009 LONG aControllerPort,
1012 LONG aControllerPort,
1016 LONG aControllerPort,
1020 LONG aControllerPort,
1024 LONG aControllerPort,
1028 LONG aControllerPort,
1032 LONG aControllerPort,
[all...]
/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp734 HRESULT StorageController::i_checkPortAndDeviceValid(LONG aControllerPort, argument
744 if ( aControllerPort < 0
745 || aControllerPort >= (LONG)portCount
751 (int)aControllerPort, (int)portCount-1, (int)aDevice, (int)devicesPerPort-1);
H A DMachineImpl.cpp3715 LONG aControllerPort,
3721 LogFlowThisFunc(("aControllerName=\"%s\" aControllerPort=%d aDevice=%d aType=%d aMedium=%p\n",
3722 aName.c_str(), aControllerPort, aDevice, aType, aM));
3771 rc = ctl->i_checkPortAndDeviceValid(aControllerPort, aDevice);
3778 aControllerPort,
3788 aControllerPort,
3795 aControllerPort, aDevice, aName.c_str());
3864 if (pAttachTemp->i_matches(Bstr(aName).raw(), aControllerPort, aDevice))
3962 if (pAttach->i_matches(Bstr(aName).raw(), aControllerPort, aDevice))
4071 && pAttach->i_getPort() == aControllerPort
3714 attachDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, DeviceType_T aType, const ComPtr<IMedium> &aMedium) argument
4288 detachDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice) argument
4371 passthroughDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aPassthrough) argument
4413 temporaryEjectDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aTemporaryEject) argument
4449 nonRotationalDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aNonRotational) argument
4492 setAutoDiscardForDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aDiscard) argument
4535 setHotPluggableForDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aHotPluggable) argument
4593 setNoBandwidthGroupForDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice) argument
4605 setBandwidthGroupForDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, const ComPtr<IBandwidthGroup> &aBandwidthGroup) argument
4662 attachDeviceWithoutMedium(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, DeviceType_T aType) argument
4678 unmountMedium(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aForce) argument
4692 mountMedium(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, const ComPtr<IMedium> &aMedium, BOOL aForce) argument
4812 getMedium(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, ComPtr<IMedium> &aMedium) argument
5980 getMediumAttachment(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, ComPtr<IMediumAttachment> &aAttachment) argument
11078 i_findAttachment(const MediaData::AttachmentList &ll, IN_BSTR aControllerName, LONG aControllerPort, LONG aDevice) argument
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6755 #define IMachine_AttachDevice(p, aName, aControllerPort, aDevice, aType, aMedium) ((p)->lpVtbl->AttachDevice(p, aName, aControllerPort, aDevice, aType, aMedium))
6756 #define IMachine_AttachDeviceWithoutMedium(p, aName, aControllerPort, aDevice, aType) ((p)->lpVtbl->AttachDeviceWithoutMedium(p, aName, aControllerPort, aDevice, aType))
6757 #define IMachine_DetachDevice(p, aName, aControllerPort, aDevice) ((p)->lpVtbl->DetachDevice(p, aName, aControllerPort, aDevice))
6758 #define IMachine_PassthroughDevice(p, aName, aControllerPort, aDevice, aPassthrough) ((p)->lpVtbl->PassthroughDevice(p, aName, aControllerPort, aDevice, aPassthrough))
6759 #define IMachine_TemporaryEjectDevice(p, aName, aControllerPort, aDevice, aTemporaryEject) ((p)->lpVtbl->TemporaryEjectDevice(p, aName, aControllerPort, aDevic
[all...]

Completed in 691 milliseconds