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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/namespace/
H A Dnsaccess.c308 ACPI_NAMESPACE_NODE *ThisNode = NULL; local
383 ThisNode = AcpiGbl_RootNode;
408 ThisNode = AcpiGbl_RootNode;
416 "Path is absolute from root [%p]\n", ThisNode));
430 ThisNode = PrefixNode;
447 ThisNode = ThisNode->Parent;
448 if (!ThisNode)
463 AcpiUtGetNodeName (ThisNode), NumCarats));
488 Type = ThisNode
[all...]
H A Dnsdump.c191 ACPI_NAMESPACE_NODE *ThisNode; local
216 ThisNode = AcpiNsValidateHandle (ObjHandle);
217 if (!ThisNode)
224 Type = ThisNode->Type;
229 (Info->OwnerId != ThisNode->OwnerId))
247 AcpiOsPrintf ("%4.4s", AcpiUtGetNodeName (ThisNode));
253 AcpiUtGetTypeName (Type), ThisNode, ThisNode->OwnerId);
257 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
262 if (ThisNode
[all...]

Completed in 159 milliseconds