Lines Matching defs:it

11  * you can redistribute it and/or modify it under the terms of the GNU
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
181 * diff image is small in size, it could need some time to create
182 * it. Adding the biggest size in the chain should balance this a
276 /* Create the medium task chain. In this case it will always
349 * it leads to wrong progress infos which isn't nice. */
429 std::map<ComPtr<IMedium>, uint32_t>::iterator it;
430 for (it = mediaHist.begin(); it != mediaHist.end(); ++it)
433 rc = (*it).first->COMGETTER(Name)(bstrSrcName.asOutParam());
435 RTPrintf("%ls: %d\n", bstrSrcName.raw(), (*it).second);
438 /* Go over every medium in the list and check if it either a directly
439 * attached disk or has more than one children. If so it needs to be
441 * children knows of the new parent (which doesn't necessarily mean it
570 settings::SnapshotsList::const_iterator it;
571 for (it = snl.begin(); it != snl.end(); ++it)
573 if (it->uuid == id)
575 sn = (*it);
578 else if (!it->llChildSnapshots.empty())
580 if (findSnapshot(it->llChildSnapshots, id, sn))
590 settings::NetworkAdaptersList::iterator it;
591 for (it = nwl.begin(); it != nwl.end(); ++it)
594 && it->mode == NetworkAttachmentType_NAT)
596 Host::i_generateMACAddress(it->strMACAddress);
602 settings::SnapshotsList::iterator it;
603 for (it = sl.begin(); it != sl.end(); ++it)
605 updateMACAddresses(it->hardware.llNetworkAdapters);
606 if (!it->llChildSnapshots.empty())
607 updateMACAddresses(it->llChildSnapshots);
637 settings::SnapshotsList::iterator it;
638 for ( it = sl.begin();
639 it != sl.end();
640 ++it)
642 updateStorageLists(it->storage.llStorageControllers, bstrOldId, bstrNewId);
643 if (!it->llChildSnapshots.empty())
644 updateSnapshotStorageLists(it->llChildSnapshots, bstrOldId, bstrNewId);
650 settings::SnapshotsList::iterator it;
651 for (it = snl.begin(); it != snl.end(); ++it)
653 if (it->uuid == id)
654 it->strStateFile = strFile;
655 else if (!it->llChildSnapshots.empty())
656 updateStateFile(it->llChildSnapshots, id, strFile);
724 /* If canceled by the user tell it to the copy operation. */
828 /* Lock the target machine early (so nobody mess around with it in the meantime). */
896 * likely that it need to be changed in the others as well! */
1026 /* When the current snapshot folder is absolute we reset it to the
1048 * parents/parent chain. If a medium is in this map already, it isn't
1111 TStrMediumMap::iterator it = map.find(Utf8Str(bstrSrcId));
1112 if (it != map.end())
1113 pNewParent = it->second;
1167 * like the VM name, we change it to the new VM name.
1189 * so, put it there in the cloned machine as well.
1190 * Otherwise it goes to the machine folder. */
1238 * retrieve the error info from there, or it'll be lost. */
1243 /* Get the medium type from the source and set it to the
1368 /* Copy the file only if it was not copied already. */