Lines Matching defs:Node
202 * A pseudo-Namespace Node is assigned to each argument and local
203 * so that RefOf() can return a pointer to the Node.
374 * Node - Where the node is returned.
378 * DESCRIPTION: Get the Node associated with a local or arg.
387 ACPI_NAMESPACE_NODE **Node)
409 *Node = &WalkState->LocalVariables[Index];
424 *Node = &WalkState->Arguments[Index];
462 ACPI_NAMESPACE_NODE *Node;
475 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
491 Node->Object = Object;
521 ACPI_NAMESPACE_NODE *Node;
538 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
546 Object = Node->Object;
570 Node->Object = Object;
581 Index, Node));
633 ACPI_NAMESPACE_NODE *Node;
642 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
650 Object = AcpiNsGetAttachedObject (Node);
657 Node->Object = NULL;
700 ACPI_NAMESPACE_NODE *Node;
718 Status = AcpiDsMethodDataGetNode (Type, Index, WalkState, &Node);
724 CurrentObjDesc = AcpiNsGetAttachedObject (Node);
760 * contains an object reference (stored as an Node).
788 "Arg (%p) is an ObjRef(Node), storing in node %p\n",
792 * Store this object to the Node (perform the indirect store)
857 ACPI_NAMESPACE_NODE *Node;
866 Status = AcpiDsMethodDataGetNode (Opcode, Index, WalkState, &Node);
874 Object = AcpiNsGetAttachedObject (Node);