Lines Matching defs:attachment

3319  * Suspend the VM before we do any medium or network attachment change.
3371 * Resume the VM after we did any medium or network attachment change.
3398 * @param aMediumAttachment The medium attachment with the new medium state.
3520 * @param fHostDrive True if this is a host drive attachment.
3579 * @param aMediumAttachment The medium attachment which is added.
3753 * @param aMediumAttachment The medium attachment which is added.
4239 * device instance has DrvNAT attachment and triggering DrvNAT DNS
4244 Log(("notifyNatDnsChange: looking for DrvNAT attachment on %s device instances\n", pszDevice));
4252 Log(("Instance %s#%d has DrvNAT attachment; do actual notify\n", pszDevice, ulInstance));
4359 /* Find the correct attachment. */
4442 /* Find the correct attachment. */
4561 /* Find the correct attachment. */
4827 * @param aNetworkAdapter The network adapter whose attachment needs to be changed
4879 * @param aNetworkAdapter The network adapter whose attachment needs to be changed
8789 * Helper function to handle host interface device creation and attachment.
8791 * @param networkAdapter the network adapter which attachment should be reset
8806 NetworkAttachmentType_T attachment;
8807 networkAdapter->COMGETTER(AttachmentType)(&attachment);
8808 Assert(attachment == NetworkAttachmentType_Bridged);
8961 * @param networkAdapter the network adapter which attachment should be reset
8977 NetworkAttachmentType_T attachment;
8978 networkAdapter->COMGETTER(AttachmentType)(&attachment);
8979 Assert(attachment == NetworkAttachmentType_Bridged);
9059 NetworkAttachmentType_T attachment;
9060 pNetworkAdapter->COMGETTER(AttachmentType)(&attachment);
9061 if (attachment == NetworkAttachmentType_Bridged)
9857 * Reconfigures a medium attachment (part of taking or deleting an online snapshot).
9867 * @param aMediumAtt The medium attachment.