Searched refs:Lookup (Results 1 - 25 of 169) sorted by path

1234567

/haiku/headers/private/kernel/boot/
H A Dpartitions.h33 static Partition *Lookup(partition_id id, NodeList *list = NULL);
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h106 ValueIterator Lookup(const KeyType &key) const function in class:MultiHashTable
H A DSplayTree.h187 Node* Lookup(const Key& key) function in class:SplayTree
547 Node* Lookup(const Key& key) function in class:IteratableSplayTree
549 return fTree.Lookup(key);
/haiku/headers/private/shared/
H A DHashMap.h378 Element* element = fTable.Lookup(key);
403 Element* element = fTable.Lookup(key);
454 if (Element* element = fTable.Lookup(key))
465 if (Element* element = fTable.Lookup(key)) {
478 return fTable.Lookup(key) != NULL;
H A DHashSet.h246 Element* element = fTable.Lookup(key);
270 Element* element = fTable.Lookup(key);
318 return fTable.Lookup(key) != NULL;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp110 DirectoryIterator::Lookup(const char* name, size_t nameLength, ino_t* _id) function in class:DirectoryIterator
133 TRACE("DirectoryIterator::Lookup(): Couldn't find entry with hash %" B_PRIu32
147 TRACE("DirectoryIterator::Lookup() entries_length %ld name_length %d\n",
H A DDirectoryIterator.h33 status_t Lookup(const char* name, size_t nameLength, ino_t* _id);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp121 DirectoryIterator::Lookup(const char* name, size_t nameLength, ino_t* _id) function in class:DirectoryIterator
146 TRACE("DirectoryIterator::Lookup() found ID %" B_PRIdINO "\n",
153 TRACE("DirectoryIterator::Lookup() not found %s\n", name);
H A DDirectoryIterator.h48 status_t Lookup(const char* name, size_t nameLength,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h120 status_t Lookup(const char* name,
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp109 return fChildTable.Lookup(name);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp70 if (StringData* string = sStrings->Lookup(key)) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h71 { return fNodes.Lookup(nodeID); }
90 { return fIndices.Lookup(name); }
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h95 status_t Lookup(void* dir, const char* entryName,
H A Dkernel_interface.cpp183 status_t error = volume->Lookup(fsDir->private_node, entryName, vnid);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp88 // Lookup
90 Volume::Lookup(void* dir, const char* entryName, ino_t* vnid) function in class:Volume
116 error = Lookup(node, "..", &parentID);
123 // Lookup() has already called get_vnode() for us, so we need to put it once
H A DVolume.h45 virtual status_t Lookup(void* dir, const char* entryName,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp137 // Lookup
139 BeOSKernelVolume::Lookup(void* dir, const char* entryName, ino_t* vnid) function in class:BeOSKernelVolume
H A DBeOSKernelVolume.h34 virtual status_t Lookup(void* dir, const char* entryName,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp202 if (fIORequests->Lookup(request->id) != NULL)
216 HaikuKernelIORequest* request = fIORequests->Lookup(requestID);
247 = fNodeCapabilities->Lookup(ops);
H A DHaikuKernelVolume.cpp267 // Lookup
269 HaikuKernelVolume::Lookup(void* _dir, const char* entryName, ino_t* vnid) function in class:HaikuKernelVolume
H A DHaikuKernelVolume.h56 virtual status_t Lookup(void* dir, const char* entryName,
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp167 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h68 UnixEndpoint* Lookup(const UnixAddress& address) const function in class:UnixAddressManager
70 return fBoundEndpoints.Lookup(address);
95 if (Lookup(address) == NULL)
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp40 if (fSubWindows.Lookup(*window->GetSubWindowKey()) != NULL)
61 return fSubWindows.Lookup(key);

Completed in 164 milliseconds

1234567