Searched refs:aTempEject (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | MediumAttachmentImpl.h | 80 void i_updateTempEject(bool aTempEject);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 125 bool aTempEject, 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())); 154 m->bd->fTempEject = aTempEject; 529 void MediumAttachment::i_updateTempEject(bool aTempEject) argument 534 m->bd->fTempEject = aTempEject; 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
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.h | 365 void setAttIsTempEject (bool aTempEject);
|
Completed in 1557 milliseconds