Lines Matching defs:attachment

3754     /* Check whether the flag to allow silent storage attachment reconfiguration is set. */
3857 * changing attachments in which case the attachment just needs to
3866 /* the simplest case: restore the whole attachment
3913 /* bus/channel/device differ; we need a new attachment object,
3920 /* go further only if the attachment is to be indirect */
3924 /* perform the so called smart attachment logic for indirect
3925 * attachments. Note that smart attachment is only applicable to base
3959 * otherwise the attachment that has the youngest
3964 /* the simplest case: restore the whole attachment
4067 * otherwise the attachment that has the youngest
4192 /* use the created diff for the actual attachment */
4200 ComObjPtr<MediumAttachment> attachment;
4201 attachment.createObject();
4202 rc = attachment->init(this,
4233 /* success: finally remember the attachment */
4236 mMediaData->mAttachments.push_back(attachment);
4260 rc = mData->mSession.mLockedMedia.Insert(attachment, pMediumLockList);
4269 rc = i_onStorageDeviceChange(attachment, FALSE /* aRemove */, fSilent);
4274 mData->mSession.mLockedMedia.Remove(attachment);
4316 /* Check whether the flag to allow silent storage attachment reconfiguration is set. */
4793 /* If the attachment is gone in the meantime, bail out. */
6699 tr("Host PCI attachment only supported with ICH9 chipset"));
9230 // ahead without this removeable medium attachment
10723 /* copy the attachment as is */
10731 aProgress->SetNextOperation(Bstr(tr("Skipping attachment without medium")).raw(),
10799 /* add a new attachment */
10800 ComObjPtr<MediumAttachment> attachment;
10801 attachment.createObject();
10802 rc = attachment->init(this,
10817 rc = lockedMediaMap->ReplaceKey(pAtt, attachment);
10819 mMediaData->mAttachments.push_back(attachment);
10949 * diffs and fix up the attachment information */
10990 * do this incrementally (would need reconstructing each attachment
11012 // Remove medium associated with this attachment.
11147 * @param pAttach Medium attachment to detach.
11160 LogFlowThisFunc(("Entering, medium of attachment is %s\n", oldmedium ? oldmedium->i_getLocationFull().c_str() : "NULL"));
11305 * Does nothing if the hard disk attachment data (mMediaData) is not changed (not
11354 /* convert implicit attachment to normal */
11427 /* this happens for online snapshots, there the attachment
11484 * Does nothing if the hard disk attachment data (mMediaData) is not changed (not