Searched defs:node (Results 251 - 275 of 549) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp19 SizeIndexPrimaryKey(Node *node, off_t size) argument
21 SizeIndexPrimaryKey(Node *node) argument
26 Node *node; member in class:SizeIndexPrimaryKey
146 Changed(Node *node, off_t oldSize) argument
178 NodeAdded(Node *node) argument
186 NodeRemoved(Node *node) argument
[all...]
H A DLastModifiedIndex.cpp20 LastModifiedIndexPrimaryKey(Node *node, time_t modified) argument
22 LastModifiedIndexPrimaryKey(Node *node) argument
27 Node *node; member in class:LastModifiedIndexPrimaryKey
148 Changed(Node *node, time_t oldModified) argument
179 NodeAdded(Node *node) argument
187 NodeRemoved(Node *node) argument
[all...]
H A DNode.h170 NodeMTimeUpdater(Node *node) : fNode(node) {} argument
H A DAttributeIndexImpl.cpp249 Node *node = attribute->GetNode(); local
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h383 Node* node = children.ItemAt(i); local
[all...]
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp145 AVLTreeNode* node = fRoot; local
165 AVLTreeNode* node = fRoot; local
220 AVLTreeNode* node = fRoot; local
242 Remove(AVLTreeNode* node) argument
271 AVLTreeNode* node = *nodeP; local
302 AVLTreeNode* node = *nodeP; local
330 _BalanceInsertLeft(AVLTreeNode** node) argument
354 _BalanceInsertRight(AVLTreeNode** node) argument
381 AVLTreeNode** node; member in struct:node_info
388 AVLTreeNode** node = &fRoot; local
441 _BalanceRemoveLeft(AVLTreeNode** node) argument
468 _BalanceRemoveRight(AVLTreeNode** node) argument
495 _RemoveRightMostChild(AVLTreeNode** node, AVLTreeNode** foundNode) argument
533 _Remove(AVLTreeNode* node) argument
604 _CheckTree(AVLTreeNode* parent, AVLTreeNode* node, int& _nodeCount) const argument
[all...]
/haiku/src/bin/
H A Ddiff_zip.cpp141 void AddEntry(const char* name, Node* node) argument
172 Node* node = create_node(this, entry->d_name, st); local
190 Node* node = it->second; local
H A Dreindex.cpp74 Attribute::ReadFromFile(BNode *node) argument
99 Attribute::WriteToFile(BNode *node) argument
113 Attribute::RemoveFromFile(BNode *node) argument
166 handleFile(BEntry *entry, BNode *node) argument
351 BNode node; local
[all...]
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp239 int node = fdt_path_offset(gFDT, "/chosen"); local
323 int node = fdt_path_offset(gFDT, "/chosen"); local
/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp303 intptr_t node = of_finddevice(bootPath); local
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp308 struct node* node = fNodeTree.Lookup(key); local
330 struct node* node = fInoTree.Lookup(ino); local
[all...]
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp98 EntryCreated(const char *name, ino_t directory, dev_t device, ino_t node) argument
115 EntryRemoved(const char *name, ino_t directory, dev_t device, ino_t node) argument
128 EntryMoved(const char *name, const char *fromName, ino_t fromDirectory, ino_t toDirectory, dev_t device, ino_t node, dev_t nodeDevice) argument
142 StatChanged(ino_t node, dev_t device, int32 statFields) argument
152 AttrChanged(ino_t node, dev_t device) argument
162 _FindFile(dev_t device, ino_t node) argument
[all...]
/haiku/src/apps/mail/
H A DSignature.cpp346 BNodeInfo *node; local
553 BNodeInfo *node; local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp437 void* node = request->node; local
476 void* node; local
878 void* node = request->node; local
1247 void* node = request->node; local
1471 void* node = request->node; local
1647 void* node = request->node; local
1844 void* node = request->node; local
[all...]
/haiku/src/system/runtime_loader/
H A Dheap.cpp140 static FreeChunkKey GetKey(const FreeChunk* node) argument
145 static SplayTreeLink<FreeChunk>* GetLink(FreeChunk* node) argument
150 static int Compare(const FreeChunkKey& key, const FreeChunk* node) argument
155 static FreeChunk** GetListLink(FreeChunk* node) argument
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp56 BNodeInfo::BNodeInfo(BNode *node) argument
87 SetTo(BNode *node) argument
726 BNode node; local
[all...]
H A DNode.cpp139 BNode::BNode(const BNode& node) argument
391 operator =(const BNode& node) argument
[all...]
/haiku/src/preferences/media/
H A DMediaListItem.cpp199 NodeListItem::NodeListItem(const dormant_node_info* node, media_type type) argument
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp197 BNode node; local
225 BNode node; local
251 CheckAttr(BNode &node, const char *name, type_code type, const void *data, int32 dataSize) argument
267 CheckNoAttr(BNode &node, const char *name) argument
284 CheckTypeAttr(BNode &node, const char *data) argument
293 CheckIconAttr(BNode &node, BBitmap *data) argument
316 CheckPreferredAppAttr(BNode &node, const char *data) argument
325 CheckAppHintAttr(BNode &node, const entry_ref *ref) argument
[all...]
/haiku/src/kits/storage/
H A DQuery.cpp436 _PushNode(QueryNode* node, bool deleteOnError) argument
504 QueryNode* node = NULL; local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp97 FileHandle::Open(Node* node, int openMode) argument
270 AttrDirIterator::Open(Node* node) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp110 CachedExtent* node = FindClosest(lowerBound, false); local
149 _RemoveExtent(CachedExtent* node) argument
160 _AddAllocatedExtent(CachedExtent* node) argument
221 _AddFreeExtent(CachedExtent* node) argument
285 _CombineFreeExtent(CachedExtent* node) argument
339 _Delete(CachedExtent* node) argument
[all...]
/haiku/src/system/libroot/os/
H A Dthread.c63 callback_node *node = tls_get(TLS_ON_EXIT_THREAD_SLOT); local
198 callback_node *node = malloc(sizeof(callback_node)); local
[all...]
/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c47 rb_n2e(const struct rb_type *t, void *node) argument
406 void *node; local
445 void *node; local
467 void *node; local
571 _rb_left(const struct rb_type *t, void *node) argument
579 _rb_right(const struct rb_type *t, void *node) argument
587 _rb_parent(const struct rb_type *t, void *node) argument
595 _rb_set_left(const struct rb_type *t, void *node, void *left) argument
604 _rb_set_right(const struct rb_type *t, void *node, void *right) argument
613 _rb_set_parent(const struct rb_type *t, void *node, void *parent) argument
622 _rb_poison(const struct rb_type *t, void *node, unsigned long poison) argument
631 _rb_check(const struct rb_type *t, void *node, unsigned long poison) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp523 set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters, argument
[all...]

Completed in 105 milliseconds

<<11121314151617181920>>