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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp126 bool aNonRotational,
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()));
155 m->bd->fNonRotational = aNonRotational;
331 HRESULT MediumAttachment::getNonRotational(BOOL *aNonRotational) argument
337 *aNonRotational = m->bd->fNonRotational;
546 void MediumAttachment::i_updateNonRotational(bool aNonRotational) argument
551 m->bd->fNonRotational = aNonRotational;
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.cpp4450 LONG aDevice, BOOL aNonRotational)
4453 LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aNonRotational=%d\n",
4454 aName.c_str(), aControllerPort, aDevice, aNonRotational));
4487 pAttach->i_updateNonRotational(!!aNonRotational);
4449 nonRotationalDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aNonRotational) argument

Completed in 78 milliseconds