Searched refs:Node (Results 201 - 225 of 596) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnspredef.c209 * PARAMETERS: Node - Namespace node for the method/object
223 ACPI_NAMESPACE_NODE *Node,
237 Predefined = AcpiNsCheckForPredefinedName (Node);
241 Pathname = AcpiNsGetExternalPathname (Node);
252 AcpiNsCheckParameterCount (Pathname, Node, UserParamCount, Predefined);
318 Data->Node = Node;
319 Data->NodeFlags = Node->Flags;
355 Status = AcpiNsComplexRepairs (Data, Node, Status, ReturnObjectPtr);
365 Node
222 AcpiNsCheckPredefinedNames( ACPI_NAMESPACE_NODE *Node, UINT32 UserParamCount, ACPI_STATUS ReturnStatus, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
393 AcpiNsCheckParameterCount( char *Pathname, ACPI_NAMESPACE_NODE *Node, UINT32 UserParamCount, const ACPI_PREDEFINED_INFO *Predefined) argument
484 AcpiNsCheckForPredefinedName( ACPI_NAMESPACE_NODE *Node) argument
[all...]
H A Dnsload.c147 * Node - Owning NS node
158 ACPI_NAMESPACE_NODE *Node)
198 Status = AcpiNsParseTable (TableIndex, Node);
225 Status = AcpiDsInitializeObjects (TableIndex, Node);
156 AcpiNsLoadTable( UINT32 TableIndex, ACPI_NAMESPACE_NODE *Node) argument
H A Dnsrepair2.c148 ACPI_NAMESPACE_NODE *Node);
246 * Node - Namespace node for the method/object
262 ACPI_NAMESPACE_NODE *Node,
272 Predefined = AcpiNsMatchRepairableName (Node);
287 * PARAMETERS: Node - Namespace node for the method/object
297 ACPI_NAMESPACE_NODE *Node)
307 if (ACPI_COMPARE_NAME (Node->Name.Ascii, ThisName->Name))
631 ACPI_NAMESPACE_NODE *Node; local
642 Status = AcpiNsGetNode (Data->Node, "^_PSS", ACPI_NS_NO_UPSEARCH, &Node);
260 AcpiNsComplexRepairs( ACPI_PREDEFINED_DATA *Data, ACPI_NAMESPACE_NODE *Node, ACPI_STATUS ValidateStatus, ACPI_OPERAND_OBJECT **ReturnObjectPtr) argument
296 AcpiNsMatchRepairableName( ACPI_NAMESPACE_NODE *Node) argument
[all...]
H A Dnsutils.c144 * PARAMETERS: Node - Object
154 ACPI_NAMESPACE_NODE *Node,
161 if (!Node)
171 Status = AcpiNsHandleToPathname (Node, &Buffer);
179 AcpiOsPrintf ("[%s] (Node %p)", (char *) Buffer.Pointer, Node);
231 * PARAMETERS: Node - Parent Node to be examined
233 * RETURN: Type field from Node whose handle is passed
241 ACPI_NAMESPACE_NODE *Node)
153 AcpiNsPrintNodePathname( ACPI_NAMESPACE_NODE *Node, const char *Message) argument
240 AcpiNsGetType( ACPI_NAMESPACE_NODE *Node) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp39 #include "Node.h"
57 inline Node *operator()(const NodeListenerValue &a)
62 inline Node *operator()(const NodeListenerValue &a) const
83 typedef TwoKeyAVLTree<NodeListenerValue, Node*,
84 TwoKeyAVLTreeStandardCompare<Node*>,
348 Volume::NewVNode(Node *node)
361 Volume::PublishVNode(Node *node)
374 Volume::GetVNode(ino_t id, Node **node)
381 Volume::GetVNode(Node *node)
383 Node *dumm
[all...]
H A DIndexImpl.h7 #include "Node.h"
42 Node *GetCurrentNode() const { return fNode; }
46 Node *fNode;
113 if (Node **nodeP = fIterator.GetNext()) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexstore.c460 * Node - Named object to receive the value
484 ACPI_NAMESPACE_NODE *Node,
497 /* Get current type of the node, and object attached to Node */
499 TargetType = AcpiNsGetType (Node);
500 TargetDesc = AcpiNsGetAttachedObject (Node);
504 Node, AcpiUtGetTypeName (TargetType)));
577 Status = AcpiNsAttachObject (Node, NewDesc, NewDesc->Common.Type);
591 AcpiUtGetObjectTypeName (SourceDesc), SourceDesc, Node));
595 Status = AcpiNsAttachObject (Node, SourceDesc,
482 AcpiExStoreObjectToNode( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_NAMESPACE_NODE *Node, ACPI_WALK_STATE *WalkState, UINT8 ImplicitConversion) argument
/haiku-fatelf/src/system/boot/loader/
H A DFileMapDisk.cpp41 FileMapDisk::Init(Node *node/*, Partition *partition, FileMap *map, off_t imageSize*/)
145 Node *node;
152 Node *dirnode;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DIndexImpl.h7 #include "Node.h"
42 Node *GetCurrentNode() const { return fNode; }
46 Node *fNode;
113 if (Node **nodeP = fIterator.GetNext()) {
H A DVolume.cpp39 #include "Node.h"
57 inline Node *operator()(const NodeListenerValue &a)
62 inline Node *operator()(const NodeListenerValue &a) const
83 typedef TwoKeyAVLTree<NodeListenerValue, Node*,
84 AVLTreeStandardCompare<Node*>,
346 Volume::NewVNode(Node *node)
359 Volume::GetVNode(vnode_id id, Node **node)
366 Volume::GetVNode(Node *node)
368 Node *dummy = NULL;
388 Volume::PutVNode(Node *nod
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliPrintVariableCommand.cpp87 _ResolveValueIfNeeded(child->Node(), context, depth);
143 _ResolveValueIfNeeded(child->Node(), context, maxDepth);
145 _ResolveValueIfNeeded(child->Node(), context, maxDepth - 1);
/haiku-fatelf/headers/os/storage/
H A DSymLink.h9 #include <Node.h>
/haiku-fatelf/headers/private/print/
H A DPrinterRoster.h14 #include <Node.h>
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacevents.h141 ACPI_NAMESPACE_NODE *Node);
149 ACPI_NAMESPACE_NODE *Node,
327 ACPI_NAMESPACE_NODE *Node,
335 ACPI_NAMESPACE_NODE *Node,
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h8 #include "Node.h"
12 class Directory : public Node {
H A DNodeRef.h6 #include <Node.h>
/haiku-fatelf/src/preferences/backgrounds/
H A DImageFilePanel.h13 #include <Node.h>
/haiku-fatelf/src/preferences/mail/
H A DAutoConfig.h11 #include <Node.h>
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h16 class File : public Node {
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp20 extern Node *get_node_from(int fd);
85 Node *
92 Node *node = Stream::NodeFactory(fStream.GetVolume(), id);
133 Directory::GetNextNode(void *cookie, Node **_node)
H A DFile.h17 class File : public Node {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DDirectory.h7 #include "Node.h"
15 class Directory : public Node {
H A DNodeRef.h6 #include <Node.h>
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsinit.c141 * PARAMETERS: ObjHandle - Node for the object
165 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) ObjHandle; local
177 if (Node->OwnerId != Info->OwnerId)
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeIndex.cpp21 #include "Node.h"
43 Node* node;
111 typedef TreeValue Node; typedef in struct:AttributeIndex::NodeTree
150 static Node* GetNode(TreeNode* treeNode)
170 virtual void NodeChanged(Node* node, uint32 statFields,
291 AttributeIndex::NodeAdded(Node* node)
304 AttributeIndex::NodeRemoved(Node* node)
316 AttributeIndex::NodeChanged(Node* node, uint32 statFields,
407 AttributeIndex::Iterator::NodeChanged(Node* node, uint32 statFields,

Completed in 200 milliseconds

1234567891011>>