| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | ctrl.c | 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 11 This program is distributed in the hope that it will be useful, 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 71 _ctrl_slave_t *it, *ns; local 79 it = _ctrl_slaves; 82 while (it && it->next) 83 it = it 101 _ctrl_slave_t *it; local 354 _ctrl_slave_t *it; local 378 _ctrl_slave_t *it; local [all...] |
| /vbox/src/VBox/Main/src-server/ |
| H A D | BandwidthControlImpl.cpp | 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. 87 * it shares data with is destroyed. 114 BandwidthGroupList::const_iterator it; local 115 for (it = aThat->m->llBandwidthGroups->begin(); 116 it != aThat->m->llBandwidthGroups->end(); 117 ++it) 121 group->init(this, *it); 156 BandwidthGroupList::const_iterator it; local 204 BandwidthGroupList::const_iterator it; local 227 BandwidthGroupList::const_iterator it; local 259 BandwidthGroupList::const_iterator it; local 481 BandwidthGroupList::const_iterator it; local 496 settings::BandwidthGroupList::const_iterator it; local 516 BandwidthGroupList::const_iterator it; local [all...] |
| H A D | MediumLock.cpp | 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. 184 for (MediumLockList::Base::iterator it = mMediumLocks.begin(); 185 it != mMediumLocks.end(); 186 it++) 188 if (it->GetMedium() == aMedium) 189 return it->UpdateLock(aLockWrite); 223 for (MediumLockList::Base::iterator it 291 MediumLockListMap::Base::iterator it = mMediumLocks.find(aMediumAttachmentOld); local 302 MediumLockListMap::Base::iterator it = mMediumLocks.find(aMediumAttachment); local 329 MediumLockListMap::Base::iterator it = mMediumLocks.find(aMediumAttachment); local [all...] |
| H A D | PerformanceImpl.cpp | 13 * you can redistribute it and/or modify it under the terms of the GNU 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 188 /* Let the sampler know it gets a valid collector. */ 210 * Called either from FinalRelease() or by the parent when it gets destroyed. 228 BaseMetricList::iterator it; local 229 for (it = m.baseMetrics.begin(); it != m.baseMetrics.end();) 230 if ((*it) 338 MetricList::iterator it; local 377 BaseMetricList::iterator it; local 434 BaseMetricList::iterator it; local 475 BaseMetricList::iterator it; local 522 MetricList::iterator it; local 613 BaseMetricList::iterator it; local 636 MetricList::iterator it; local 725 BaseMetricList::iterator it; local [all...] |
| H A D | USBDeviceFiltersImpl.cpp | 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. 131 * it shares data with is destroyed. 152 DeviceFilterList::const_iterator it = aPeer->m->llDeviceFilters->begin(); local 153 while (it != aPeer->m->llDeviceFilters->end()) 157 pFilter->init(this, *it); 159 ++it; 194 DeviceFilterList::const_iterator it local 366 DeviceFilterList::iterator it; local 430 DeviceFilterList::iterator it = m->llDeviceFilters->begin(); local 592 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local 646 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local 694 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local 746 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local 1031 DeviceFilterList::const_iterator it = m->llDeviceFilters->begin(); local [all...] |
| H A D | ClientWatcher.cpp | 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. 197 /* Restore the caller before using VirtualBox. If it fails, this 246 for (MachinesOList::iterator it = allMachines.begin(); 247 it != allMachines.end(); 248 ++it) 255 if ((*it)->i_isSessionOpenOrClosing(sm)) 279 for (MachinesOList::iterator it 634 VirtualBox::ClientWatcher::ProcessList::iterator it = that->mProcesses.begin(); local 782 VirtualBox::ClientWatcher::ProcessList::iterator it = that->mProcesses.begin(); local [all...] |
| H A D | SnapshotImpl.cpp | 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. 139 /* Confirm a successful initialization when it's the case */ 147 * Called either from FinalRelease(), by the parent when it gets destroyed, 148 * or by a third party when it decides this object is no more valid. 165 SnapshotsList::iterator it; local 166 for (it = m->llChildren.begin(); 167 it ! [all...] |
| H A D | HostPower.cpp | 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. 67 for (VirtualBox::InternalControlList::const_iterator it = controls.begin(); 68 it != controls.end(); 69 ++it) 71 ComPtr<IInternalSessionControl> pControl = *it; 97 * in an inappropriate state (it will also fail if the VM has 141 for (SessionMachinesList::const_iterator it [all...] |
| H A D | USBProxyService.cpp | 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. 112 * done, probably... For now it help avoiding deadlocks we don't have 143 for (HostUSBDeviceList::const_iterator it = mDevices.begin(); it != mDevices.end(); ++it, ++i) 144 aUSBDevices[i] = *it; 166 * former case it wil 876 HostUSBDeviceList::iterator it = this->mDevices.begin(); local [all...] |
| /vbox/src/VBox/Main/src-all/ |
| H A D | SecretKeyStore.cpp | 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. 134 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId); local 135 if (it != m_mapSecretKeys.end()) 154 SecretKeyMap::iterator it = m_mapSecretKeys.find(strKeyId); local 155 if (it == m_mapSecretKeys.end()) 158 SecretKey *pKey = it->second; 162 m_mapSecretKeys.erase(it); 170 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId); local 184 SecretKeyMap::const_iterator it = m_mapSecretKeys.find(strKeyId); local 211 SecretKeyMap::iterator it = m_mapSecretKeys.begin(); local [all...] |
| /vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
| H A D | QITreeWidget.cpp | 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. 50 QTreeWidgetItemIterator it (this); 51 while (*it) 53 emit painted (*it, &painter); 54 ++ it;
|
| /vbox/src/VBox/Main/include/ |
| H A D | objectslist.h | 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. 26 * has its own lock it is not a good idea to implement trees with this. 28 * ObjectList<T> is designed to behave as if it were a std::list of 31 * it's less typing. Iterators, front(), size(), begin() and end() 34 * In addition it automatically includes an RWLockHandle which can be 37 * If you need the raw std::list for some reason you can access it with 106 * (because it migh 195 insert(iterator it, MyType &p) argument 200 erase(iterator it) argument [all...] |
| /vbox/src/VBox/Frontends/VBoxManage/ |
| H A D | VBoxManageNATNetwork.cpp | 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. 346 VPF2DELETEITERATOR it; local 347 for (it = vPfName2Delete.begin(); it != vPfName2Delete.end(); ++it) 349 CHECK_ERROR(net, RemovePortForwardRule((BOOL)(*it).fIPv6, 350 Bstr((*it) 358 VPF2ADDITERATOR it; local 393 LOOPBACK2DELETEADDITERATOR it; local 420 LOOPBACK2DELETEADDITERATOR it; local [all...] |
| /vbox/src/VBox/Installer/linux/install_service/ |
| H A D | install_service.sh | 10 # you can redistribute it and/or modify it under the terms of the GNU 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 39 Create a system service which runs a command. In order to make it possible to 42 - That it can be started safely even if all its dependencies are not started 43 and will sleep if necessary until it can start work. Ideally it should 44 start accepting input as early as it can, but delay handling it i [all...] |
| /vbox/src/VBox/ExtPacks/VBoxDTrace/ |
| H A D | VBoxDTraceR0A.asm | 13 ; you can redistribute it and/or modify it under the terms of the Common 14 ; Development and Distribution License Version 1.0 (CDDL) only, as it 16 ; VirtualBox OSE is distributed in the hope that it will be useful, but
|
| /vbox/src/VBox/VMM/VMMRC/ |
| H A D | EMRCA.asm | 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.
|
| /vbox/src/VBox/Devices/Network/slirp/ |
| H A D | misc.c | 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. 44 * Get our IP address and put it in our_addr 127 * @note This will LEAVE the critical section of the zone and RE-ENTER it 153 struct item *it; local 169 it = LIST_FIRST(&zone->free_items); 170 Assert(it->magic == ITEM_MAGIC); 173 rc = zone->pfInit(zone->pData, (void *)&it[ 235 struct item *it; local 329 struct item *it; local 362 struct item *it = NULL; local 410 struct item *it; local 442 struct item *it; local [all...] |
| /vbox/src/VBox/Main/src-client/ |
| H A D | EmulatedUSBImpl.cpp | 12 * you can redistribute it and/or modify it under the terms of the GNU 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 113 EUSBSettingsMap::const_iterator it; local 114 for (it = pSettings->begin(); it != pSettings->end(); ++it) 117 if ( RTStrCmp(it->first.c_str(), "MaxPayloadTransferSize") == 0 118 || RTStrCmp(it 292 EUSBSettingsMap::const_iterator it; local 394 WebcamsMap::iterator it = m.webcams.begin(); local 431 WebcamsMap::const_iterator it; local 466 WebcamsMap::const_iterator it = m.webcams.find(path); local 541 WebcamsMap::iterator it = m.webcams.find(path); local 667 WebcamsMap::const_iterator it; local [all...] |
| H A D | BusAssignmentManager.cpp | 13 * you can redistribute it and/or modify it under the terms of the GNU 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 128 /* to make sure rule never used before rules assigning devices on it */ 287 ReversePCIMap::iterator it = mReversePCIMap.find(devRec); local 288 if (it == mReversePCIMap.end()) 291 it = mReversePCIMap.find(devRec); 295 it->second.push_back(Address); 304 ReversePCIMap::iterator it local 392 PCIMap::const_iterator it = mPCIMap.find(Address); local [all...] |
| /vbox/src/VBox/Frontends/VBoxAutostart/ |
| H A D | VBoxAutostartStart.cpp | 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. 123 std::list<AUTOSTARTVM>::iterator it; local 124 for (it = listVM.begin(); it != listVM.end(); it++) 129 if ((*it).uStartupDelay > uDelayCurr) 132 (*it) [all...] |
| H A D | VBoxAutostartStop.cpp | 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. 151 std::list<AUTOSTOPVM>::iterator it; local 152 for (it = listVM.begin(); it != listVM.end(); it++) 157 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine((*it).strId.raw(), 183 switch ((*it) [all...] |
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.chill.ksh | 40 * NOTES: This test does no verification - it's not possible. So, 41 * we just run this and make sure it runs.
|
| /vbox/src/VBox/Main/glue/ |
| H A D | EventQueue.cpp | 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. 56 EventQueueListIterator it = mEvents.begin(); local 57 while (it != mEvents.end()) 59 (*it)->Release(); 60 it = mEvents.erase(it); 84 * out of bounds. On darwin it wil 148 EventQueueListIterator it = mEvents.begin(); local [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsUnicharBuffer.cpp | 55 UnicharBufferImpl* it = new UnicharBufferImpl(); 56 if (it == nsnull) 59 NS_ADDREF(it); 60 nsresult rv = it->QueryInterface(aIID, aResult); 61 NS_RELEASE(it);
|
| /vbox/src/VBox/Frontends/VBoxBalloonCtrl/ |
| H A D | VBoxWatchdogUtils.cpp | 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. 47 mapGroupsIterConst it = groups.find(strTokenUtf8); local 49 if (it == groups.end()) 146 mapPayloadIter it = pMachine->payload.find(pszModule); local 147 if (it == pMachine->payload.end()) 149 Assert(it->second.cbData); 150 return it 163 mapPayloadIter it = pMachine->payload.find(pszModule); local 183 mapPayloadIter it = pMachine->payload.find(pszModule); local 193 mapVMIter it = g_mapVM.find(strUuid); local [all...] |