Home | History | Annotate | Download | only in executer

Lines Matching defs:Node

377             if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) ||
378 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL))
380 /* These node types do not have 'real' subobjects */
382 *StackPtr = (void *) StackDesc->Reference.Node;
386 /* Get the object pointed to by the namespace node */
388 *StackPtr = (StackDesc->Reference.Node)->Object;
465 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand);
473 /* Operand can be either a namespace node or an operand descriptor */
485 ObjDesc = AcpiNsGetAttachedObject (Node);
487 /* If we had an Alias node, use the attached object for type info */
511 "[%4.4s] Node is unresolved or uninitialized",
512 AcpiUtGetNodeName (Node)));
547 Node = ObjDesc->Reference.Object;
551 Node = ObjDesc->Reference.Node;
554 /* All "References" point to a NS node */
556 if (ACPI_GET_DESCRIPTOR_TYPE (Node) != ACPI_DESC_TYPE_NAMED)
559 "Not a namespace node %p [%s]",
560 Node, AcpiUtGetDescriptorName (Node)));
566 ObjDesc = AcpiNsGetAttachedObject (Node);
569 /* No object, use the NS node type */
571 Type = AcpiNsGetType (Node);
631 ObjDesc->Reference.Value, WalkState, &Node);
637 ObjDesc = AcpiNsGetAttachedObject (Node);