Lines Matching defs:Node
140 ACPI_NAMESPACE_NODE *Node;
150 /* Just get the Node out of the Op object */
152 Node = Op->Common.Node;
153 if (!Node)
155 /* Node not defined in this scope, look it up */
159 WalkState, &(Node));
174 Op->Common.Node = Node;
180 Status = AcpiNsHandleToPathname (Node, &Buffer, FALSE);
335 Prev = NULL; /* Start with Root Node */
425 if (!Op->Common.Node)