Searched refs:it (Results 201 - 225 of 325) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp152 NodeTree::Iterator it; local
154 oldModified), node, &it);
164 it.Remove();
H A DNameIndex.cpp139 EntryTree::Iterator it; local
141 = fEntries->Find(NameIndexPrimaryKey(entry, oldName), entry, &it);
143 it.Remove();
198 // if the key is not null-terminated, copy it
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h25 // This code is template'ized as it is reusable for IPv6
114 typename AddressList::ConstIterator it = fAddresses.GetIterator(); local
115 while (it.HasNext()) {
116 ContainedAddress *container = it.Next();
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h117 typename AddressList::ConstIterator it = fAddresses.GetIterator(); local
118 while (it.HasNext()) {
119 ContainedAddress *container = it.Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp151 PackageLeafNodeList::Iterator it = fPackageNodes.GetIterator(); local
152 it.Next();
154 while (PackageLeafNode* otherNode = it.Next()) {
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp167 WatchedFileList::iterator it = fWatchedFileList.find(nodeRef); local
168 if (it == fWatchedFileList.end())
171 return &it->second;
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp500 for (DebugInfoEntryList::ConstIterator it
502 DebugInfoEntry* _memberEntry = it.Next();) {
539 for (DebugInfoEntryList::ConstIterator it
541 DebugInfoEntry* _inheritanceEntry = it.Next();) {
571 for (DebugInfoEntryList::ConstIterator it
574 DebugInfoEntry* _typeEntry = it.Next();) {
771 // Get the base type entry. If it is a modified type too or a typedef,
804 // If the base type is a modified type, too, resolve it.
928 for (DebugInfoEntryList::ConstIterator it
930 DebugInfoEntry* _dimensionEntry = it
[all...]
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp183 std::vector<DeskbarLink>::const_iterator it; local
184 for (it = foundLinks.begin(); it != foundLinks.end(); it++) {
185 const DeskbarLink& aLink = *it;
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp636 // to screw up the list while iterating it.
640 std::vector<PackageInfoListenerRef>::iterator it; local
641 for (it = listeners.begin(); it != listeners.end(); it++) {
642 const PackageInfoListenerRef listener = *it;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c170 int it; local
210 for (it = ar9300_eeprom_struct_default_many() - 1; it >= 0; it--) {
211 dptr = ar9300_eeprom_struct_default(it);
421 /* need it to let art save in to flash ????? */
438 /* need it to let art save in to flash ????? */
669 /* only low is good, use it */
673 /* only high is good, use it */
1969 * If it'
3612 int it; local
3728 int it; local
3853 int it; local
3888 int it; local
3925 int it; local
4365 int it; local
[all...]
/haiku/src/system/kernel/slab/
H A DSlab.cpp265 ObjectCacheList::Iterator it = sObjectCaches.GetIterator(); local
267 while (it.HasNext()) {
268 ObjectCache* cache = it.Next();
562 for (SlabList::ConstIterator it = slabList.GetIterator();
563 slab* slab = it.Next();) {
689 for (ObjectCacheList::Iterator it = sObjectCaches.GetIterator();
690 it.HasNext();) {
691 if (!analyze_allocation_callers(it.Next(), callback))
767 for (ObjectCacheList::Iterator it = sObjectCaches.GetIterator();
768 it
[all...]
H A DMemoryManager.cpp443 // free it, that's not a problem, though.
463 for (AreaTable::Iterator it = sAreaTable.GetIterator();
464 Area* area = it.Next();) {
485 for (AreaTable::Iterator it = sAreaTable.GetIterator();
486 Area* area = it.Next();) {
591 // and free it
876 for (AreaTable::Iterator it = sAreaTable.GetIterator();
877 Area* area = it.Next();) {
1039 for (MetaChunkList::Iterator it = metaChunkList->GetIterator();
1040 (metaChunk = it
1528 VMCachePagesTree::Iterator it = cache->pages.GetIterator( local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp205 for (SelectSyncMap::Iterator it = fSelectSyncs->GetIterator();
206 it.HasNext();) {
207 SelectSyncMap::Entry entry = it.Next();
442 for (Vector<Volume*>::Iterator it = fVolumes.Begin();
443 it != fVolumes.End();
444 it++) {
445 Volume* volume = *it;
516 // it doesn't exist yet -- create it
771 // presented to the file system, when it i
[all...]
/haiku/src/bin/debug/strace/
H A Dstrace.cpp77 "arguments is supplied, it is loaded and it's main thread traced.\n"
103 " team. If an ID is supplied, it is interpreted as a team\n"
230 // kernel/syscalls.h and have it parsed automatically
754 // we've been given an executable and need to load it
813 // resume the target thread to be sure, it's running
839 TeamMap::iterator it = debuggedTeams.find(message.origin.team); local
840 if (it == debuggedTeams.end())
843 Team* team = it->second;
866 TeamMap::iterator it local
940 TeamMap::iterator it = debuggedTeams.find(message.origin.team); local
[all...]
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp305 for(target_set::iterator it = m_localTargets.begin();
306 it != m_localTargets.end(); ++it) {
307 ASSERT(*it);
308 (*it)->SetTarget(this);
939 for(target_set::iterator it = m_groupTargets.begin();
940 it != m_groupTargets.end(); ++it) {
941 ASSERT(*it);
942 (*it)
[all...]
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp771 for (SelectSyncPoolEntryList::Iterator it = pool->entries.GetIterator();
772 it.HasNext();) {
773 select_sync_pool_entry *entry = it.Next();
842 for (SelectSyncPoolEntryList::Iterator it = pool->entries.GetIterator();
843 it.HasNext();) {
844 select_sync_pool_entry *entry = it.Next();
851 it.Remove();
893 for (SelectSyncPoolEntryList::Iterator it = pool->entries.GetIterator();
894 it.HasNext();) {
895 select_sync_pool_entry *entry = it
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp656 sc->fc.it[i] = &sc->it[i].xferq;
658 sc->it[i].xferq.dmach = i;
660 sc->it[i].ndb = 0;
811 delete_sem(sc->it[i].xferq.Sem);
813 fwohci_db_free(&sc->it[i]);
1347 fwohci_db_free(&sc->it[dmach]);
1348 sc->it[dmach].xferq.flag &= ~FWXFERQ_RUNNING;
1392 if( &sc->it[dmach] == dbch){
1589 struct fw_xferq *it; local
2176 struct fw_xferq *it; local
2595 struct fw_xferq *it; local
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp257 TypeItem* it = (TypeItem*)fItems.ItemAt(i); local
258 if (it->ID() == id)
259 return it;
267 TypeItem* it = (TypeItem*)fItems.ItemAt(i); local
268 if (strcmp(it->Name(), name) == 0)
269 return it;
894 // If already have it, return immediately.
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp255 ThreadWaitObjectList::Iterator it = fWaitObjects.GetIterator(); local
256 while (ThreadWaitObject* object = it.Next()) {
574 for (ThreadSchedulingStateTable::Iterator it
576 ThreadSchedulingState* threadState = it.Next();) {
597 for (ThreadSchedulingStateTable::Iterator it
599 ThreadSchedulingState* threadState = it.Next();) {
848 // create the thread and add it
/haiku/headers/private/net/
H A DProtocolUtilities.h341 BufferList::Iterator it = fBuffers.GetIterator(); local
342 while (it.HasNext())
343 ModuleBundle::Buffer()->free(it.Next());
/haiku/headers/private/kernel/util/
H A DVector.h123 Iterator it(*this);
125 return it;
137 Iterator it(*this);
139 return it;
216 it points to.
362 \a index (End(), if it was the last element that has been
382 one (End(), if it was the last element that has been
436 otherwise it is equal to End() and must not be dereferenced!
452 otherwise it is equal to End() and must not be dereferenced!
468 element, i.e. it mus
[all...]
/haiku/headers/private/userlandfs/shared/
H A DVector.h119 Iterator it(*this);
121 return it;
133 Iterator it(*this);
135 return it;
212 it points to.
358 \a index (End(), if it was the last element that has been
378 one (End(), if it was the last element that has been
432 otherwise it is equal to End() and must not be dereferenced!
448 otherwise it is equal to End() and must not be dereferenced!
464 element, i.e. it mus
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp468 AVLTreeMap<FileHandle, Delegation*>::Iterator it; local
469 it = fHandleToDelegation.Find(handle);
470 if (!it.HasCurrent())
473 return it.Current();
/haiku/src/kits/tracker/
H A DThumbnails.cpp211 // convert image into a 128x128 WebP image and stash it
238 // send Tracker a message to tell it to update the thumbnail
273 for (std::list<GenerateThumbnailJob*>::iterator it = sActiveJobs.begin();
274 it != sActiveJobs.end(); it++) {
275 if ((*it)->fNodeRef == *model->NodeRef())
/haiku/src/system/kernel/
H A Dcondition_variable.cpp62 // care whether it is non-NULL, not what its specific value is.
115 // This section is critical because it can race with _NotifyLocked on the
116 // variable's thread, so we must not be interrupted during it.
123 // We thus cannot access fVariable, and must spin until it is cleared.
392 // Clear its variable and wait for it to acknowledge this in fEntriesCount,
393 // as it is the one responsible for decrementing that.
398 // will modify it while we are spinning, since we hold it at present.
411 // The thread is not in B_THREAD_WAITING state, so we must unblock it early,
412 // in case it trie
[all...]

Completed in 162 milliseconds

1234567891011>>