Searched refs:aPassthrough (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | MediumAttachmentImpl.h | 77 void i_updatePassthrough(bool aPassthrough); 110 HRESULT getPassthrough(BOOL *aPassthrough);
|
H A D | MachineImpl.h | 1014 BOOL aPassthrough);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 114 * @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 D | MachineImpl.cpp | 4372 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
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.h | 364 void setAttIsPassthrough (bool aPassthrough);
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 6758 #define IMachine_PassthroughDevice(p, aName, aControllerPort, aDevice, aPassthrough) ((p)->lpVtbl->PassthroughDevice(p, aName, aControllerPort, aDevice, aPassthrough)) 11166 #define IMediumAttachment_get_Passthrough(p, aPassthrough) ((p)->lpVtbl->GetPassthrough(p, aPassthrough)) 11167 #define IMediumAttachment_GetPassthrough(p, aPassthrough) ((p)->lpVtbl->GetPassthrough(p, aPassthrough))
|
Completed in 4636 milliseconds