Searched defs:ThisNode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsaccess.c304 ACPI_NAMESPACE_NODE *ThisNode = NULL; local
381 ThisNode = AcpiGbl_RootNode;
406 ThisNode = AcpiGbl_RootNode;
414 "Path is absolute from root [%p]\n", ThisNode));
428 ThisNode = PrefixNode;
445 ThisNode = ThisNode->Parent;
446 if (!ThisNode)
461 AcpiUtGetNodeName (ThisNode), NumCarats));
486 Type = ThisNode
[all...]
H A Dnsdump.c211 ACPI_NAMESPACE_NODE *ThisNode; local
236 ThisNode = AcpiNsValidateHandle (ObjHandle);
237 if (!ThisNode)
244 Type = ThisNode->Type;
249 (Info->OwnerId != ThisNode->OwnerId))
268 AcpiOsPrintf ("%4.4s", AcpiUtGetNodeName (ThisNode));
274 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
278 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
283 if (ThisNode
[all...]

Completed in 45 milliseconds