Searched refs:aPort (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMediumAttachmentImpl.h37 LONG aPort,
71 bool i_matches(CBSTR aControllerName, LONG aPort, LONG aDevice);
107 HRESULT getPort(LONG *aPort);
H A DUSBDeviceFilterImpl.h121 HRESULT getPort(com::Utf8Str &aPort);
122 HRESULT setPort(const com::Utf8Str &aPort);
201 HRESULT getPort(com::Utf8Str &aPort);
202 HRESULT setPort(const com::Utf8Str &aPort);
H A DUSBDeviceImpl.h56 HRESULT getPort(USHORT *aPort);
H A DRemoteUSBDeviceImpl.h64 STDMETHOD(COMGETTER(Port)) (USHORT *aPort);
H A DHostUSBDeviceImpl.h256 HRESULT getPort(USHORT *aPort);
H A DMachineImpl.h1082 ComPtr<ISerialPort> &aPort);
1084 ComPtr<IParallelPort> &aPort);
/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp112 * @param aPort Port number.
120 LONG aPort,
132 LogFlowThisFunc(("aParent=%p aMedium=%p aControllerName=%ls aPort=%d aDevice=%d aType=%d aImplicit=%d aPassthrough=%d aTempEject=%d aNonRotational=%d aDiscard=%d aHotPluggable=%d strBandwithGroup=%s\n", aParent, aMedium, aControllerName.raw(), aPort, aDevice, aType, aImplicit, aPassthrough, aTempEject, aNonRotational, aDiscard, aHotPluggable, strBandwidthGroup.c_str()));
149 unconst(m->bd->lPort) = aPort;
169 aPort, aDevice, Global::stringifyDeviceType(aType),
258 HRESULT MediumAttachment::getPort(LONG *aPort) argument
263 *aPort = m->bd->lPort;
498 bool MediumAttachment::i_matches(CBSTR aControllerName, LONG aPort, LONG aDevice) argument
501 && aPort
117 init(Machine *aParent, Medium *aMedium, const Bstr &aControllerName, LONG aPort, LONG aDevice, DeviceType_T aType, bool aImplicit, bool aPassthrough, bool aTempEject, bool aNonRotational, bool aDiscard, bool aHotPluggable, const Utf8Str &strBandwidthGroup) argument
[all...]
H A DUSBDeviceFilterImpl.cpp580 HRESULT USBDeviceFilter::getPort(com::Utf8Str &aPort) argument
582 return i_usbFilterFieldGetter(USBFILTERIDX_PORT, aPort);
585 HRESULT USBDeviceFilter::setPort(const com::Utf8Str &aPort) argument
587 return i_usbFilterFieldSetter(USBFILTERIDX_PORT, aPort);
1112 HRESULT HostUSBDeviceFilter::getPort(com::Utf8Str &aPort) argument
1114 return i_usbFilterFieldGetter(USBFILTERIDX_PORT, aPort);
1117 HRESULT HostUSBDeviceFilter::setPort(const com::Utf8Str &aPort) argument
1119 return i_usbFilterFieldSetter(USBFILTERIDX_PORT, aPort);
H A DHostUSBDeviceImpl.cpp201 HRESULT HostUSBDevice::getPort(USHORT *aPort) argument
206 *aPort = mUsb->bPort;
208 *aPort = 0;
H A DUSBDeviceFiltersImpl.cpp282 STDMETHOD(COMGETTER(Port))(BSTR *aPort);
283 STDMETHOD(COMSETTER(Port))(IN_BSTR aPort);
H A DMachineImpl.cpp4838 HRESULT Machine::getSerialPort(ULONG aSlot, ComPtr<ISerialPort> &aPort) argument
4843 mSerialPorts[aSlot].queryInterfaceTo(aPort.asOutParam());
4848 HRESULT Machine::getParallelPort(ULONG aSlot, ComPtr<IParallelPort> &aPort) argument
4852 mParallelPorts[aSlot].queryInterfaceTo(aPort.asOutParam());
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp271 STDMETHODIMP RemoteUSBDevice::COMGETTER(Port) (USHORT *aPort) argument
273 CheckComArgOutPointerValid(aPort);
279 *aPort = mData.port;
H A DUSBDeviceImpl.cpp268 HRESULT OUSBDevice::getPort(USHORT *aPort) argument
271 *aPort = mData.port;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6782 #define IMachine_GetSerialPort(p, aSlot, aPort) ((p)->lpVtbl->GetSerialPort(p, aSlot, aPort))
6783 #define IMachine_GetParallelPort(p, aSlot, aPort) ((p)->lpVtbl->GetParallelPort(p, aSlot, aPort))
6991 #define IVRDEServerInfo_get_Port(p, aPort) ((p)->lpVtbl->GetPort(p, aPort))
6992 #define IVRDEServerInfo_GetPort(p, aPort) ((p)->lpVtbl->GetPort(p, aPort))
11160 #define IMediumAttachment_get_Port(p, aPort) ((p)->lpVtbl->GetPort(p, aPort))
[all...]

Completed in 171 milliseconds