Searched refs:aControllerName (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | MediumAttachmentImpl.h | 36 const Bstr &aControllerName, 71 bool i_matches(CBSTR aControllerName, LONG aPort, LONG aDevice);
|
H A D | MachineImpl.h | 690 IN_BSTR aControllerName,
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 119 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 D | MachineImpl.cpp | 3721 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 111 milliseconds