/haiku/src/kits/debugger/value/ |
H A D | ValueNodeContainer.cpp | 75 child->SetNode(NULL); in RemoveChild() 85 child->SetNode(NULL); in RemoveAllChildren()
|
H A D | ValueNode.cpp | 151 SetNode(NULL); in ~ValueNodeChild() 191 ValueNodeChild::SetNode(ValueNode* node) in SetNode() function in ValueNodeChild
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | FDManager.h | 33 static status_t SetNode(BNode* node, const entry_ref* ref);
|
H A D | FDManager.cpp | 145 FDManager::SetNode(BNode* node, const entry_ref* ref) in SetNode() function in FDManager
|
H A D | Node.cpp | 257 return FDManager::SetNode(&node, &entryRef); in OpenNode()
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | Attribute.h | 27 void SetNode(Node *node) { fNode = node; } in SetNode() function
|
H A D | Node.cpp | 186 attribute->SetNode(this); in AddAttribute() 228 attribute->SetNode(NULL); in RemoveAttribute()
|
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | BTree.cpp | 331 BTree::Path::SetNode(off_t block, int slot) in SetNode() function in BTree::Path 334 return SetNode(&node, slot); in SetNode() 339 BTree::Path::SetNode(const Node* node, int slot) in SetNode() function in BTree::Path 589 if (path->SetNode(&node, slot) == NULL) in Traverse() 608 if (path->SetNode(&node, slot) == NULL) in Traverse() 789 node = path->SetNode(physicalBlock, -1); in PreviousLeaf() 828 node = path->SetNode(physicalBlock, 0); in NextLeaf()
|
H A D | BTree.h | 228 Node* SetNode(off_t block, int slot); 229 Node* SetNode(const Node* node, int slot);
|
/haiku/headers/private/media/ |
H A D | MediaRosterEx.h | 69 status_t SetNode(node_type type, const media_node* node,
|
/haiku/headers/private/debugger/value/ |
H A D | ValueNode.h | 119 void SetNode(ValueNode* node);
|
/haiku/src/kits/debugger/debug_managers/ |
H A D | ValueNodeManager.cpp | 209 nodeChild->SetNode(valueNode); in _CreateValueNode()
|
/haiku/src/kits/media/ |
H A D | MediaRoster.cpp | 421 BMediaRosterEx::SetNode(node_type type, const media_node* node, in SetNode() function in BMediaRosterEx 800 return MediaRosterEx(this)->SetNode(VIDEO_INPUT, &producer); in SetVideoInput() 808 return MediaRosterEx(this)->SetNode(VIDEO_INPUT, NULL, &producer); in SetVideoInput() 816 return MediaRosterEx(this)->SetNode(AUDIO_INPUT, &producer); in SetAudioInput() 824 return MediaRosterEx(this)->SetNode(AUDIO_INPUT, NULL, &producer); in SetAudioInput() 832 return MediaRosterEx(this)->SetNode(VIDEO_OUTPUT, &consumer); in SetVideoOutput() 840 return MediaRosterEx(this)->SetNode(VIDEO_OUTPUT, NULL, &consumer); in SetVideoOutput() 848 return MediaRosterEx(this)->SetNode(AUDIO_OUTPUT, &consumer); in SetAudioOutput() 856 return MediaRosterEx(this)->SetNode(AUDIO_OUTPUT, NULL, NULL, &input); in SetAudioOutput() 864 return MediaRosterEx(this)->SetNode(AUDIO_OUTPUT, NULL, &consumer); in SetAudioOutput()
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | VariablesView.cpp | 1633 _child->SetNode(valueNode); in AddSyntheticNode() 2058 node->NodeChild()->SetNode(valueNode); in MessageReceived() 2256 child->SetNode(newNode); in MessageReceived() 3114 node->NodeChild()->SetNode(valueNode); in _ApplyViewStateDescendentNodeInfos() 3410 node->NodeChild()->SetNode(valueNode); in _HandleTypecastResult()
|
/haiku/src/kits/storage/ |
H A D | PathMonitor.cpp | 291 void SetNode(::Node* node) in SetNode() function in __anon48725b2b0111::Entry 1654 entry->SetNode(node); in _AddNode() 1687 entry->SetNode(node); in _AddNode()
|
/haiku/src/servers/media_addon/ |
H A D | MediaAddonServer.cpp | 268 result = MediaRosterEx(fMediaRoster)->SetNode(SYSTEM_TIME_SOURCE, &node); in ReadyToRun()
|
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | usb_private.h | 606 void SetNode(device_node* node) { fNode = node; } in SetNode() function
|
/haiku/src/kits/debugger/source_language/c_family/ |
H A D | CLanguageExpressionEvaluator.cpp | 1790 child->SetNode(newNode); in _ParseAtom()
|