Lines Matching defs:Node
69 * Note: for some of the data types, the pointer attached to the Node
90 ACPI_NAMESPACE_NODE *Node;
98 * The stack pointer points to a ACPI_NAMESPACE_NODE (Node). Get the
99 * object that is attached to the Node.
101 Node = *ObjectPtr;
102 SourceDesc = AcpiNsGetAttachedObject (Node);
103 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
106 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
113 Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Node->Object);
114 SourceDesc = AcpiNsGetAttachedObject (Node);
115 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
116 *ObjectPtr = Node;
121 * 1) Device/Thermal objects don't have a "real" subobject, return Node
122 * 2) Method locals and arguments have a pseudo-Node
128 (Node->Flags & (ANOBJ_METHOD_ARG | ANOBJ_METHOD_LOCAL)))
136 Node->Name.Ascii, Node));
141 * Action is based on the type of the Node, which indicates the type
220 "FieldRead Node=%p SourceDesc=%p Type=%X\n",
221 Node, SourceDesc, EntryType));
226 /* For these objects, just return the object attached to the Node */
245 "Untyped entry %p, no attached object!", Node));
280 "Node %p - Unknown object type 0x%X",
281 Node, EntryType));