Searched refs:Lookup (Results 126 - 150 of 169) sorted by path

1234567

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1148 if (fTypeUnits.Lookup(signature) == NULL) {
3127 TypeUnitTableEntry* entry = fTypeUnits.Lookup(offset);
3334 return fTypeUnits.Lookup(signature);
/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/tracker/
H A DIconCache.cpp1461 return fHashTable.Lookup(SharedCacheEntry::TypeAndSignature(fileType,
1726 return fHashTable.Lookup(node);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp94 return fGlyphTable.Lookup(glyphIndex);
102 GlyphCache* glyph = fGlyphTable.Lookup(glyphIndex);
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp158 dirnode = volume->Lookup(FMAP_FOLDER_NAME, true);
162 node = dir->Lookup(FMAP_IMAGE_NAME, true);
H A Dheap.cpp284 LargeAllocation* allocation = sLargeAllocations.Lookup(address);
519 LargeAllocation* allocation = sLargeAllocations.Lookup(oldBuffer);
H A Dmenu.cpp1080 Node* node = directory->Lookup(name, false);
H A Dvfs.cpp244 Directory::Lookup(const char* name, bool traverseLinks) function in class:Directory
531 Node* systemNode = fRootDirectory->Lookup("system", true);
587 Node* packagesNode = fSystemDirectory->Lookup("packages", false);
810 nextNode = directory->Lookup(path, true);
1280 Node* node = dir->directory->Lookup(dir->entry()->d_name, false);
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp471 if (Node* node = Lookup(name, false)) {
/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));
H A Dpackagefs.cpp228 PackageNode* Lookup(const char* name) function in struct:PackageFS::PackageDirectory
745 PackageNode* child = fDirectory->Lookup(name);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp190 VMArea* area = VMAreas::Lookup((area_id)areaId);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1037 return cache->transaction_hash->Lookup(id);
1885 cached_block* block = cache->hash->Lookup(blockNumber);
1918 cached_block* block = cache->hash->Lookup(blockNumber);
2246 cached_block* block = cache->hash->Lookup(blockNumber);
3397 cached_block* block = cache->hash->Lookup(blockNumber);
3516 cached_block* block = cache->hash->Lookup(blockNumber);
3550 cached_block* block = cache->hash->Lookup(blockNumber);
3562 cached_block* block = cache->hash->Lookup(blockNumber);
3712 cached_block* block = cache->hash->Lookup(blockNumber);
/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);
H A Delf.cpp242 return sImagesHash->Lookup(id);
441 image = sImagesHash->Lookup(num);
562 image = sImagesHash->Lookup(num);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp1212 WaitObject* waitObject = fWaitObjectTable.Lookup(key);
1231 WaitObject* waitObject = fWaitObjectTable.Lookup(key);
/haiku/src/system/kernel/device_manager/
H A DIOCache.cpp110 VMArea* area = VMAreas::Lookup(fArea);
H A DIOSchedulerSimple.cpp789 IORequestOwner* owner = fRequestOwners->Lookup(thread);
H A Ddevfs.cpp1058 struct devfs_vnode* vnode = fs->vnode_hash->Lookup(id);
H A Dlegacy_drivers.cpp593 legacy_driver* driver = sDriverHash->Lookup(get_leaf(path));
728 legacy_driver* driver = sDriverHash->Lookup(
743 legacy_driver* driver = sDriverHash->Lookup(
905 legacy_driver* driver = sDriverHash->Lookup(argv[1]);
1072 if (sDirectoryNodeHash.Lookup(&from) == NULL) {
1075 } else if (sDirectoryNodeHash.Lookup(&to) == NULL) {
1470 legacy_driver* driver = sDriverHash->Lookup(driverName);
/haiku/src/system/kernel/events/
H A DNotifications.cpp505 return fServiceHash.Lookup(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);
H A DEntryCache.h97 bool Lookup(ino_t dirID, const char* name,
H A Dnode_monitor.cpp364 return fVolumeMonitors.Lookup(device);
370 return fMonitors.Lookup(&key);
H A Drootfs.cpp531 vnode = fs->vnode_list_hash->Lookup(id);

Completed in 290 milliseconds

1234567