Searched refs:GetLink (Results 1 - 25 of 117) sorted by last modified time

12345

/haiku/src/system/kernel/fs/
H A Dvfs.cpp293 ValueType*& GetLink(ValueType* value) const function in struct:__anon2::VnodeHash
321 ValueType*& GetLink(ValueType* value) const function in struct:__anon2::MountHash
H A Dnode_monitor.cpp180 node_monitor*& GetLink(node_monitor* monitor) const function in struct:NodeMonitorService::HashDefinition
205 node_monitor*& GetLink(node_monitor* monitor) const function in struct:NodeMonitorService::VolumeHashDefinition
H A Drootfs.cpp97 ValueType*& GetLink(ValueType* value) const function in struct:__anon39::VnodeHash
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp130 ValueType*& GetLink(ValueType* value) const function in struct:ChainHash
155 ValueType*& GetLink(ValueType* value) const function in struct:FamilyHash
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp67 GlyphCache*& GetLink(GlyphCache* value) const function in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp169 ConnectionHashDefinition::GetLink(TCPEndpoint* endpoint) const function in class:ConnectionHashDefinition
208 EndpointHashDefinition::GetLink(TCPEndpoint* endpoint) const function in class:EndpointHashDefinition
H A DEndpointManager.h48 TCPEndpoint*& GetLink(TCPEndpoint* endpoint) const;
65 TCPEndpoint*& GetLink(TCPEndpoint* endpoint) const;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp141 ValueType*& GetLink(ValueType* value) const function in struct:FragmentHashDefinition
177 ValueType*& GetLink(ValueType* value) const { return value->MulticastGroupsHashLink(); } function in struct:MulticastStateHash
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp125 ValueType*& GetLink(ValueType* value) const function in struct:FragmentHashDefinition
160 ValueType*& GetLink(ValueType* value) const { return value->MulticastGroupsHashLink(); } function in struct:MulticastStateHash
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp75 Elf_Word GetLink() const;
158 // GetLink
160 ElfSection::GetLink() const function in class:ElfSection
289 fSection->GetLink(), &size);
421 = fSection->GetFile()->SectionAt(fSection->GetLink(), true)) {
/haiku/src/system/kernel/
H A Dcondition_variable.cpp41 ConditionVariable*& GetLink(ConditionVariable* variable) const function in struct:ConditionVariableHashDefinition
H A Delf.cpp70 ValueType*& GetLink(ValueType* entry) const function in struct:__anon86::ImageHashDefinition
H A Dmodule.cpp167 ValueType*& GetLink(ValueType* entry) const function in struct:Module::NodeHashDefinition
285 ValueType*& GetLink(ValueType* entry) const function in struct:Module::ModuleHash
310 ValueType*& GetLink(ValueType* entry) const function in struct:Module::ImageHash
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp844 ValueType*& GetLink(PackageRow* value) const function in struct:PackageListView::RowByNameHashDefinition
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h85 TypeUnitTableEntry*& GetLink(TypeUnitTableEntry* value) const function in struct:TypeUnitTableHashDefinition
H A DAbbreviationTable.h94 AbbreviationTableEntry*& GetLink(AbbreviationTableEntry* value) const function in struct:AbbreviationTableHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp304 TypeNameEntry*& GetLink(TypeNameEntry* value) const function in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp161 IORequest*& GetLink(IORequest* value) const function in struct:ModelLoader::IORequestHashDefinition
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp509 XsiSemaphoreSet*& GetLink(XsiSemaphoreSet *variable) const function in struct:__anon4::SemaphoreHashTableDefinition
571 Ipc*& GetLink(Ipc *variable) const function in struct:__anon4::IpcHashTableDefinition
H A Dxsi_message_queue.cpp268 XsiMessageQueue*& GetLink(XsiMessageQueue *variable) const function in struct:__anon2::MessageQueueHashTableDefinition
330 Ipc*& GetLink(Ipc *variable) const function in struct:__anon2::IpcHashTableDefinition
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp61 UserMutexEntry*& GetLink(UserMutexEntry* value) const function in struct:UserMutexHashDefinition
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h23 #define DOUBLY_LINKED_QUEUE_CLASS_NAME DoublyLinkedQueue<Element, GetLink>
27 typename GetLink = DoublyLinkedListStandardGetLink<Element> >
30 typedef DoublyLinkedQueue<Element, GetLink> Queue;
170 static GetLink sGetLink;
364 GetLink DOUBLY_LINKED_QUEUE_CLASS_NAME::sGetLink;
H A DDoublyLinkedList.h106 template<typename Element, typename GetLink>
107 #define DOUBLY_LINKED_LIST_CLASS_NAME DoublyLinkedList<Element, GetLink>
111 typename GetLink = DoublyLinkedListStandardGetLink<Element> >
114 typedef DoublyLinkedList<Element, GetLink> List;
386 static GetLink sGetLink;
677 GetLink DOUBLY_LINKED_LIST_CLASS_NAME::sGetLink;
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp44 ConditionVariable*& GetLink(ConditionVariable* variable) const function in struct:ConditionVariableHashDefinition
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp125 ValueType*& GetLink(ValueType* value) const function in struct:__anon34::NodeHash

Completed in 295 milliseconds

12345