Searched defs:pAtt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp260 const ComPtr<IMediumAttachment> &pAtt = sfaAttachments[a]; local
262 rc = pAtt->COMGETTER(Type)(&type);
271 rc = pAtt->COMGETTER(Medium)(pSrcMedium.asOutParam());
366 const ComPtr<IMediumAttachment> &pAtt = sfaAttachments[a]; local
368 rc = pAtt->COMGETTER(Type)(&type);
377 rc = pAtt->COMGETTER(Medium)(pSrcMedium.asOutParam());
501 const ComPtr<IMediumAttachment> &pAtt = sfaAttachments[a]; local
503 rc = pAtt->COMGETTER(Type)(&type);
512 rc = pAtt->COMGETTER(Medium)(pSrcMedium.asOutParam());
H A DSnapshotImpl.cpp1031 MediumAttachment *pAtt = *it; local
1032 Medium *pMedium = pAtt->i_getMedium();
1445 const ComObjPtr<MediumAttachment> pAtt(*it);
1446 AutoReadLock attlock(pAtt COMMA_LOCKVAL_SRC_POS);
1447 AutoCaller attCaller(pAtt);
1448 if (pAtt->i_getType() == DeviceType_HardDisk)
3066 ComObjPtr<MediumAttachment> pAtt; local
3069 pAtt = i_findAttachment(pSnapMachine->mMediaData->mAttachments,
3074 pAtt = i_findAttachment(pSnapMachine->mMediaData->mAttachments,
3076 pSnapMachine->mMediaData->mAttachments.remove(pAtt);
[all...]
H A DMachineImpl.cpp9564 const ComObjPtr<MediumAttachment> &pAtt = *it; local
9566 AssertStmt(!pAtt.isNull(), continue);
9569 AutoCaller autoAttCaller(pAtt);
9575 AutoReadLock attLock(pAtt COMMA_LOCKVAL_SRC_POS);
9577 if (pAtt->i_getControllerName() == Bstr(aName).raw())
9578 atts.push_back(pAtt);
10662 MediumAttachment* pAtt = *it; local
10663 if (pAtt->i_getType() == DeviceType_HardDisk)
10665 Medium* pMedium = pAtt->i_getMedium();
10681 rc = lockedMediaMap->Insert(pAtt, pMediumLockLis
10714 MediumAttachment* pAtt = *it; local
10864 const ComObjPtr<MediumAttachment> &pAtt = *it; local
10915 MediumAttachment* pAtt = *it; local
10956 ComObjPtr<MediumAttachment> pAtt = *it; local
11013 ComObjPtr<MediumAttachment> pAtt = *it; local
14229 MediumAttachment* pAtt = *it; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4362 const ComPtr<IMediumAttachment> &pAtt = sfaAttachments[i]; local
4372 hrc = pAtt->COMGETTER(Controller)(storageCtrlName.asOutParam());
4375 hrc = pAtt->COMGETTER(Port)(&lPort);
4378 hrc = pAtt->COMGETTER(Device)(&lDev);
4445 const ComPtr<IMediumAttachment> &pAtt = sfaAttachments[i]; local
4450 hrc = pAtt->COMGETTER(Medium)(pMedium.asOutParam());
4484 hrc = pAtt->COMGETTER(Controller)(storageCtrlName.asOutParam());
4487 hrc = pAtt->COMGETTER(Port)(&lPort);
4490 hrc = pAtt->COMGETTER(Device)(&lDev);
4564 const ComPtr<IMediumAttachment> &pAtt local
[all...]

Completed in 1329 milliseconds