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

/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...]

Completed in 62 milliseconds