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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp128 bool aHotPluggable,
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()));
158 m->bd->fHotPluggable = aHotPluggable;
379 HRESULT MediumAttachment::getHotPluggable(BOOL *aHotPluggable) argument
385 *aHotPluggable = m->bd->fHotPluggable;
564 void MediumAttachment::i_updateHotPluggable(bool aHotPluggable) argument
569 m->bd->fHotPluggable = aHotPluggable;
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.cpp4536 LONG aDevice, BOOL aHotPluggable)
4538 LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aHotPluggable=%d\n",
4539 aName.c_str(), aControllerPort, aDevice, aHotPluggable));
4588 pAttach->i_updateHotPluggable(!!aHotPluggable);
4535 setHotPluggableForDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aHotPluggable) argument

Completed in 136 milliseconds