Searched defs:aPort (Results 1 - 6 of 6) sorted by relevance

/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/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 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());

Completed in 612 milliseconds