Home | History | Annotate | Download | only in executer

Lines Matching defs:Node

205     /* Ensure that the target node is valid */
212 /* Construct the alias object (a namespace node) */
229 * NS node, not the object itself.
284 /* Attach object to the Node */
342 /* Init object and attach to NS node */
345 ObjDesc->Mutex.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
348 ObjDesc->Mutex.Node, ObjDesc, ACPI_TYPE_MUTEX);
385 ACPI_NAMESPACE_NODE *Node;
392 /* Get the Namespace Node */
394 Node = WalkState->Op->Common.Node;
397 * If the region object is already attached to this node,
400 if (AcpiNsGetAttachedObject (Node))
442 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node;
446 RegionObj2->Extra.ScopeNode = Node;
455 ObjDesc->Region.Node = Node;
461 /* Install the new region object in the parent Node */
463 Status = AcpiNsAttachObject (Node, ObjDesc, ACPI_TYPE_REGION);
515 /* Install the processor object in the parent Node */
566 /* Install the power resource object in the parent Node */
620 ObjDesc->Method.Node = Operand[0];
646 /* Attach the new object to the method Node */