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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp127 bool aDiscard,
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()));
156 m->bd->fDiscard = aDiscard;
343 HRESULT MediumAttachment::getDiscard(BOOL *aDiscard) argument
349 *aDiscard = m->bd->fDiscard;
555 void MediumAttachment::i_updateDiscard(bool aDiscard) argument
560 m->bd->fDiscard = aDiscard;
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.cpp4493 LONG aDevice, BOOL aDiscard)
4496 LogFlowThisFunc(("aName=\"%s\" aControllerPort=%d aDevice=%d aDiscard=%d\n",
4497 aName.c_str(), aControllerPort, aDevice, aDiscard));
4530 pAttach->i_updateDiscard(!!aDiscard);
4492 setAutoDiscardForDevice(const com::Utf8Str &aName, LONG aControllerPort, LONG aDevice, BOOL aDiscard) argument

Completed in 81 milliseconds