Lines Matching defs:ThisNode
321 ACPI_NAMESPACE_NODE *ThisNode;
346 ThisNode = AcpiNsValidateHandle (ObjHandle);
347 if (!ThisNode)
354 Type = ThisNode->Type;
360 (Info->OwnerId != ThisNode->OwnerId))
379 AcpiOsPrintf ("%4.4s", AcpiUtGetNodeName (ThisNode));
385 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
389 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
394 if (ThisNode->Flags & ANOBJ_TEMPORARY)
655 ObjDesc = AcpiNsGetAttachedObject (ThisNode);