Searched refs:NodeType (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h42 typedef struct node NodeType; typedef in struct:NodeTreeDefinition
44 static KeyType GetKey(const NodeType* node)
49 static SplayTreeLink<NodeType>* GetLink(NodeType* node)
54 static int Compare(KeyType key, const NodeType* node)
67 typedef struct node NodeType; typedef in struct:InoTreeDefinition
69 static KeyType GetKey(const NodeType* node)
74 static SplayTreeLink<NodeType>* GetLink(NodeType* node)
79 static int Compare(KeyType key, const NodeType* nod
[all...]
H A DInode.h191 typedef Inode NodeType; typedef in struct:InodesInoTreeDefinition
193 static KeyType GetKey(const NodeType* node)
198 static SplayTreeLink<NodeType>* GetLink(NodeType* node)
203 static int Compare(KeyType key, const NodeType* node)
209 static NodeType** GetListLink(NodeType* node)
219 typedef Inode NodeType; typedef in struct:InodesClusterTreeDefinition
221 static KeyType GetKey(const NodeType* node)
226 static SplayTreeLink<NodeType>* GetLin
[all...]
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h76 typedef InstalledBreakpoint NodeType; typedef in struct:BreakpointManager::InstalledBreakpointSplayDefinition
83 static SplayTreeLink<NodeType>* GetLink(
97 static NodeType** GetListLink(InstalledBreakpoint* node)
/haiku/headers/private/kernel/vm/
H A DVMCache.h48 typedef vm_page NodeType; typedef in struct:VMCachePagesTreeDefinition
50 static page_num_t GetKey(const NodeType* node)
55 static SplayTreeLink<NodeType>* GetLink(NodeType* node)
60 static int Compare(page_num_t key, const NodeType* node)
66 static NodeType** GetListLink(NodeType* node)
/haiku/headers/private/kernel/util/
H A DSplayTree.h25 typedef yyy NodeType;
27 static const KeyType& GetKey(const NodeType* node);
28 static SplayTreeLink<NodeType>* GetLink(NodeType* node);
30 static int Compare(const KeyType& key, const NodeType* node);
33 static NodeType** GetListLink(NodeType* node);
49 typedef typename Definition::NodeType Node;
356 typedef typename Definition::NodeType Node;
/haiku/src/system/runtime_loader/
H A Dheap.cpp138 typedef FreeChunk NodeType; typedef in struct:FreeChunkTreeDefinition
/haiku/src/kits/tracker/
H A DModel.h231 enum NodeType { enum in class:BPrivate::Model
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp1905 template<typename NodeType> struct NodeCreator;
1980 template<typename NodeType>
1991 _node = NEW(NodeType);
2002 _node = NEW(NodeType(arg1));
2015 _node = NEW(NodeType(arg1, arg2));
2028 _node = NEW(NodeType(arg1, arg2, arg3));
/haiku/src/system/boot/loader/
H A Dheap.cpp144 typedef FreeChunk NodeType; typedef in struct:FreeChunkTreeDefinition

Completed in 97 milliseconds