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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c450 ACPI_NAMESPACE_NODE *ThisNode = NULL; local
528 ThisNode = AcpiGbl_RootNode;
553 ThisNode = AcpiGbl_RootNode;
561 "Path is absolute from root [%p]\n", ThisNode));
575 ThisNode = PrefixNode;
592 ThisNode = ThisNode->Parent;
593 if (!ThisNode)
618 AcpiUtGetNodeName (ThisNode), NumCarats));
643 Type = ThisNode
[all...]
H A Dnsdump.c321 ACPI_NAMESPACE_NODE *ThisNode; local
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
[all...]

Completed in 47 milliseconds