Home
last modified time | relevance | path

Searched refs:SetNode (Results 1 – 18 of 18) sorted by relevance

/haiku/src/kits/debugger/value/
H A DValueNodeContainer.cpp75 child->SetNode(NULL); in RemoveChild()
85 child->SetNode(NULL); in RemoveAllChildren()
H A DValueNode.cpp151 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 DFDManager.h33 static status_t SetNode(BNode* node, const entry_ref* ref);
H A DFDManager.cpp145 FDManager::SetNode(BNode* node, const entry_ref* ref) in SetNode() function in FDManager
H A DNode.cpp257 return FDManager::SetNode(&node, &entryRef); in OpenNode()
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.h27 void SetNode(Node *node) { fNode = node; } in SetNode() function
H A DNode.cpp186 attribute->SetNode(this); in AddAttribute()
228 attribute->SetNode(NULL); in RemoveAttribute()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp331 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 DBTree.h228 Node* SetNode(off_t block, int slot);
229 Node* SetNode(const Node* node, int slot);
/haiku/headers/private/media/
H A DMediaRosterEx.h69 status_t SetNode(node_type type, const media_node* node,
/haiku/headers/private/debugger/value/
H A DValueNode.h119 void SetNode(ValueNode* node);
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp209 nodeChild->SetNode(valueNode); in _CreateValueNode()
/haiku/src/kits/media/
H A DMediaRoster.cpp421 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 DVariablesView.cpp1633 _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 DPathMonitor.cpp291 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 DMediaAddonServer.cpp268 result = MediaRosterEx(fMediaRoster)->SetNode(SYSTEM_TIME_SOURCE, &node); in ReadyToRun()
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h606 void SetNode(device_node* node) { fNode = node; } in SetNode() function
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1790 child->SetNode(newNode); in _ParseAtom()