Searched refs:Lookup (Results 101 - 125 of 169) sorted by path

1234567

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp48 status = Lookup(name, &length);
78 status_t status = Lookup(fName, &namelength);
103 status_t status = Lookup(fName, &namelength);
153 ShortAttribute::Lookup(const char* name, size_t* nameLength) function in class:ShortAttribute
155 TRACE("Short Attribute : Lookup\n");
H A DShortAttribute.h40 status_t Lookup(const char* name, size_t* nameLength);
H A DShortDirectory.cpp81 ShortDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) function in class:ShortDirectory
83 TRACE("ShortDirectory::Lookup\n");
89 TRACE("ShortDirectory:Lookup: name: \".\" ino: (%" B_PRIu64 ")\n", *ino);
H A DShortDirectory.h66 status_t Lookup(const char* name, size_t length,
H A Dkernel_interface.cpp212 status = iterator->Lookup(name, strlen(name), (xfs_ino_t*)_vnodeID);
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp83 static arp_entry *Lookup(in_addr_t protocolAddress);
252 arp_entry::Lookup(in_addr_t address) function in class:arp_entry
254 return sCache->Lookup(address);
384 arp_entry *entry = arp_entry::Lookup(protocolAddress);
488 arp_entry* entry = arp_entry::Lookup(inetAddress);
581 arp_entry *entry = arp_entry::Lookup(header.protocol_target);
870 arp_entry *entry = arp_entry::Lookup(control.address);
909 arp_entry *entry = arp_entry::Lookup(control.address);
1034 // Lookup destination (we may need to wait for this)
1035 arp_entry *entry = arp_entry::Lookup(
[all...]
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp113 static ndp_entry* Lookup(const in6_addr& protocolAddress);
282 ndp_entry::Lookup(const in6_addr& address) function in class:ndp_entry
284 return sCache->Lookup(address);
451 ndp_entry* entry = ndp_entry::Lookup(protocolAddress);
530 ndp_entry* entry = ndp_entry::Lookup(inetAddress);
693 ndp_entry* entry = ndp_entry::Lookup(header.target_address);
1038 // Lookup destination (we may need to wait for this)
1039 ndp_entry* entry = ndp_entry::Lookup(
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp553 FragmentPacket* packet = sFragmentHash.Lookup(key);
710 MulticastState::ValueIterator it = sMulticastState->Lookup(std::make_pair(
H A Dmulticast.cpp178 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp560 FragmentPacket* packet = sFragmentHash.Lookup(key);
730 MulticastState::ValueIterator it = sMulticastState->Lookup(std::make_pair(
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp254 return fConnectionHash.Lookup(std::make_pair(local, peer));
422 EndpointTable::ValueIterator portUsers = fEndpointHash.Lookup(port);
486 if (!fEndpointHash.Lookup(port).HasNext()) {
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp514 UdpEndpoint* endpoint = fActiveEndpoints.Lookup(
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp546 UnixEndpoint* targetUnixEndpoint = gAddressManager.Lookup(unixAddress);
H A DUnixStreamEndpoint.cpp264 UnixEndpoint* listeningUnixEndpoint = gAddressManager.Lookup(unixAddress);
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp983 if (fDatalinkTable.Lookup(domain->family) != NULL)
1035 return fDatalinkTable.Lookup(family);
1536 InterfaceAddress* address = sAddressTable.Lookup(local);
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/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1132 IORequest* request = fIORequests->Lookup(event->request);
1165 IORequest* request = fIORequests->Lookup(event->request);
1180 IORequest* request = fIORequests->Lookup(event->request);
1198 IORequest* request = fIORequests->Lookup(event->request);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1456 = fThreadSelectionInfoTable->Lookup(fActiveThread);
1493 = fThreadSelectionInfoTable->Lookup(fActiveThread);
1802 = fThreadSelectionInfoTable->Lookup(thread);
H A DVariablesView.cpp1228 ModelNode* modelNode = fNodeTable.Lookup(nodeChild);
1251 ModelNode* modelNode = fNodeTable.Lookup(nodeChild);
1260 if (fNodeTable.Lookup(child) == NULL) {
1265 ModelNode* childNode = fNodeTable.Lookup(child);
1286 ModelNode* modelNode = fNodeTable.Lookup(nodeChild);
1330 ModelNode* modelNode = fNodeTable.Lookup(nodeChild);
1653 ModelNode* childNode = fNodeTable.Lookup(_child);
3185 entry = fExpressions->Lookup(FunctionKey(id));
3227 ExpressionInfoEntry* entry = fExpressions->Lookup(FunctionKey(id));
3258 ExpressionInfoEntry* entry = fExpressions->Lookup(FunctionKe
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp1083 return fRowByNameTable->Lookup(package->Name().String());
1090 return fRowByNameTable->Lookup(packageName.String());
/haiku/src/apps/mail/
H A DContent.cpp2833 if (gExactWords[i]->Lookup(key) >= 0) {
H A DWIndex.cpp218 WIndex::Lookup(int32 key) function in class:WIndex
361 if ((index = Lookup(key)) < 0)
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp36 status_t Lookup(CDDBServer& server, const char* path,
38 status_t Lookup(CDDBServer& server, const dev_t device,
92 Lookup(server, volume.Device(), dumpOnly, verbose);
98 CDDBLookup::Lookup(CDDBServer& server, const char* path, bool dumpOnly, function in class:CDDBLookup
109 return Lookup(server, volume.Device(), dumpOnly, verbose);
117 CDDBLookup::Lookup(CDDBServer& server, const dev_t device, bool dumpOnly, function in class:CDDBLookup
408 // Lookup via actual CD
415 status = cddb.Lookup(server, path, dump, verbose);
419 status = cddb.Lookup(server, device, dump, verbose);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp471 TypeNameEntry* entry = fTypeNameTable->Lookup(name);
543 TypeNameEntry* entry = fTypeNameTable->Lookup(name);
1489 TypeNameEntry* entry = fTypeNameTable->Lookup(typeEntryName);
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp69 AbbreviationTableEntry* tableEntry = fEntryTable.Lookup(code);
120 if (fEntryTable.Lookup(code) == NULL) {

Completed in 323 milliseconds

1234567