Searched refs:Lookup (Results 26 - 50 of 169) sorted by relevance

1234567

/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp268 VMAddressSpace* addressSpace = sAddressSpaceTable.Lookup(teamID);
300 return sAddressSpaceTable.Lookup(teamID);
310 VMAddressSpace* addressSpace = sAddressSpaceTable.Lookup(id);
338 aspace = sAddressSpaceTable.Lookup(id);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.h28 status_t Lookup(uint32 hash, int indirections,
H A DHashRevokeManager.h61 virtual bool Lookup(uint32 block, uint32 commitID);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp289 return fInodesInoTree->Lookup(id);
296 return fInodesClusterTree->Lookup(cluster);
308 struct node* node = fNodeTree.Lookup(key);
330 struct node* node = fInoTree.Lookup(ino);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp124 return fEntries.Lookup(EntryKey(parent, name));
131 return fEntries.Lookup(EntryKey(parent, name));
246 return fPackageItems.Lookup(name);
255 PackageSettingsItem* packageItem = fPackageItems.Lookup(StringKey(name));
/haiku/src/system/kernel/fs/
H A DEntryCache.cpp115 EntryCacheEntry* entry = fEntries.Lookup(key);
154 EntryCacheEntry* entry = fEntries.Lookup(key);
176 EntryCache::Lookup(ino_t dirID, const char* name, ino_t& _nodeID, function in class:EntryCache
183 EntryCacheEntry* entry = fEntries.Lookup(key);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.h66 status_t Lookup(const char* name, size_t length,
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DDirectoryIterator.cpp45 DirectoryIterator::Lookup(const char* name, ino_t* _id) function in class:DirectoryIterator
H A DDirectoryIterator.h46 status_t Lookup(const char* name, ino_t* id);
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp61 static struct family* Lookup(int type);
80 static struct chain* Lookup(BOpenHashTable<ChainHash>* chains,
208 family::Lookup(int type) function in class:family
210 return sFamilies->Lookup(type);
241 parent = ::family::Lookup(family);
334 chain::Lookup(ChainTable* chains, int family, int type, int protocol) function in class:chain
337 return chains->Lookup(key);
438 chain = chain::Lookup(sProtocolChains, socket->family, socket->type,
491 chain = chain::Lookup(sProtocolChains, socket->family, socket->type,
535 chain = chain::Lookup(sDatalinkProtocolChain
[all...]
/haiku/src/kits/debugger/util/
H A DWorker.cpp339 Job* job = fJobs.Lookup(key);
351 return fJobs.Lookup(key);
387 Job* job = fJobs.Lookup(key);
400 if (Job* job = fJobs.Lookup(key))
414 Job* job = fJobs.Lookup(key);
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp503 SourceFileEntry* entry = fSourceFiles->Lookup(file);
589 SourceFileEntry* entry = fSourceFiles->Lookup(file);
660 SourceFileEntry* entry = fSourceFiles->Lookup(sourceFile);
707 Function* function = fFunctions->Lookup(instance);
717 SourceFileEntry* entry = fSourceFiles->Lookup(sourceFile);
812 if (SourceFileEntry* entry = fSourceFiles->Lookup(file))
830 if (SourceFileEntry* entry = fSourceFiles->Lookup(file))
856 SourceFileEntry* entry = fSourceFiles->Lookup(sourceFile);
897 if (SourceFileEntry* entry = fSourceFiles->Lookup(sourceFile))
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp455 if (sMessageQueueHashTable.Lookup(fID) == NULL)
492 XsiMessageQueue *messageQueue = sMessageQueueHashTable.Lookup(messageQueueID);
573 ipcKey = sIpcHashTable.Lookup(key);
610 ipcKey = sIpcHashTable.Lookup(key);
635 messageQueue = sMessageQueueHashTable.Lookup(messageQueueID);
684 XsiMessageQueue *messageQueue = sMessageQueueHashTable.Lookup(messageQueueID);
725 messageQueue = sMessageQueueHashTable.Lookup(messageQueueID);
782 XsiMessageQueue *messageQueue = sMessageQueueHashTable.Lookup(messageQueueID);
831 messageQueue = sMessageQueueHashTable.Lookup(messageQueueID);
H A Drealtime_sem.cpp205 NamedSem* sem = fNamedSemaphores.Lookup(name);
256 NamedSem* sem = fNamedSemaphores.Lookup(name);
444 TeamSemInfo* teamSem = fSemaphores.Lookup(sem->ID());
494 TeamSemInfo* sem = fSemaphores.Lookup(id);
513 TeamSemInfo* sem = fSemaphores.Lookup(id);
529 TeamSemInfo* sem = fSemaphores.Lookup(id);
545 TeamSemInfo* sem = fSemaphores.Lookup(id);
570 if (fSemaphores.Lookup(id) == NULL)
/haiku/src/system/kernel/
H A Dcondition_variable.cpp76 ConditionVariable* variable = sConditionVariableHash.Lookup(object);
252 ASSERT_PRINT(sConditionVariableHash.Lookup(object) == NULL,
253 "condition variable: %p\n", sConditionVariableHash.Lookup(object));
269 ConditionVariable* variable = sConditionVariableHash.Lookup(fObject);
354 ConditionVariable* variable = sConditionVariableHash.Lookup(object);
494 ConditionVariable* variable = sConditionVariableHash.Lookup((void*)address);
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp245 return fNodeInfos->Lookup(Key(variable, (TypeComponentPath*)path));
253 InfoEntry* entry = fNodeInfos->Lookup(Key(variable, path));
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp118 PatchEntry* entry = sPatchedTable.Lookup(stub);
155 PatchEntry* entry = sOriginalTable.Lookup(*symbol);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h138 Entry* child = fTable.Lookup(DirectoryEntryHash::Key(id, name));
148 Entry *child = fTable.Lookup(DirectoryEntryHash::Key(id, name));
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp152 return fEntries.Lookup(EntryKey(parent, name));
160 return fEntries.Lookup(EntryKey(parent, name, nameLength));
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp78 fVariable = sConditionVariableHash.Lookup(object);
172 ASSERT(sConditionVariableHash.Lookup(object) == NULL);
/haiku/src/apps/mail/
H A DWIndex.h73 int32 Lookup(int32 key);
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp105 SummaryImage* summaryImage = fImages.Lookup(image);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp109 return fChildTable.Lookup(name);
/haiku/src/servers/package/
H A DPackageFileManager.cpp43 PackageFile* file = fFilesByEntryRef.Lookup(entryRef);
/haiku/headers/private/kernel/boot/
H A Dpartitions.h33 static Partition *Lookup(partition_id id, NodeList *list = NULL);

Completed in 363 milliseconds

1234567