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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp114 * @param aPassthrough Whether accesses are directly passed to the host drive.
124 bool aPassthrough,
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()));
153 m->bd->fPassthrough = aPassthrough;
292 HRESULT MediumAttachment::getPassthrough(BOOL *aPassthrough) argument
298 *aPassthrough = m->bd->fPassthrough;
520 void MediumAttachment::i_updatePassthrough(bool aPassthrough) argument
525 m->bd->fPassthrough = aPassthrough;
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
H A DMachineImpl.cpp4372 LONG aDevice, BOOL aPassthrough)
4374 LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aPassthrough=%d\n",
4375 aName.c_str(), aControllerPort, aDevice, aPassthrough));
4408 pAttach->i_updatePassthrough(!!aPassthrough);
10809 false /* aPassthrough */,
4371 passthroughDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aPassthrough) argument

Completed in 75 milliseconds