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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp119 const Bstr &aControllerName,
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()));
148 unconst(m->bd->bstrControllerName) = aControllerName;
164 Utf8Str ctlName(aControllerName);
498 bool MediumAttachment::i_matches(CBSTR aControllerName, LONG aPort, LONG aDevice) argument
500 return ( aControllerName == m->bd->bstrControllerName
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.cpp3721 LogFlowThisFunc(("aControllerName=\"%s\" aControllerPort=%d aDevice=%d aType=%d aMedium=%p\n",
4291 LogFlowThisFunc(("aControllerName=\"%s\" aControllerPort=%d aDevice=%d\n",
5985 LogFlowThisFunc(("aControllerName=\"%s\" aControllerPort=%d aDevice=%d\n",
11073 * @param aControllerName
11079 IN_BSTR aControllerName,
11086 if (pAttach->i_matches(aControllerName, aControllerPort, aDevice))
11099 * @param aControllerName
11124 * @param aControllerName
11078 i_findAttachment(const MediaData::AttachmentList &ll, IN_BSTR aControllerName, LONG aControllerPort, LONG aDevice) argument

Completed in 78 milliseconds