Home
last modified time | relevance | path

Searched refs:NextNode (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsalloc.c296 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsRemoveNode() local
305 NextNode = ParentNode->Child; in AcpiNsRemoveNode()
309 while (NextNode != Node) in AcpiNsRemoveNode()
311 PrevNode = NextNode; in AcpiNsRemoveNode()
312 NextNode = NextNode->Peer; in AcpiNsRemoveNode()
447 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsDeleteChildren() local
461 NextNode = ParentNode->Child; in AcpiNsDeleteChildren()
462 while (NextNode) in AcpiNsDeleteChildren()
466 if (NextNode->Child) in AcpiNsDeleteChildren()
476 NodeToDelete = NextNode; in AcpiNsDeleteChildren()
[all …]
H A Dnswalk.c225 ACPI_NAMESPACE_NODE *NextNode = NULL; in AcpiNsGetNextNodeTyped() local
231 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode); in AcpiNsGetNextNodeTyped()
239 return (NextNode); in AcpiNsGetNextNodeTyped()
244 while (NextNode) in AcpiNsGetNextNodeTyped()
248 if (NextNode->Type == Type) in AcpiNsGetNextNodeTyped()
250 return (NextNode); in AcpiNsGetNextNodeTyped()
255 NextNode = NextNode->Peer; in AcpiNsGetNextNodeTyped()
H A Dnsnames.c380 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsBuildNormalizedPath() local
409 NextNode = Node; in AcpiNsBuildNormalizedPath()
410 while (NextNode && NextNode != AcpiGbl_RootNode) in AcpiNsBuildNormalizedPath()
412 if (NextNode != Node) in AcpiNsBuildNormalizedPath()
417 ACPI_MOVE_32_TO_32 (Name, &NextNode->Name); in AcpiNsBuildNormalizedPath()
432 NextNode = NextNode->Parent; in AcpiNsBuildNormalizedPath()
/illumos-gate/usr/src/common/acpica/events/
H A Devregion.c971 ACPI_NAMESPACE_NODE *NextNode; in AcpiEvOrphanEcRegMethod() local
1004 NextNode = AcpiNsGetNextNode (EcDeviceNode, NULL); in AcpiEvOrphanEcRegMethod()
1005 while (NextNode) in AcpiEvOrphanEcRegMethod()
1007 if ((NextNode->Type == ACPI_TYPE_REGION) && in AcpiEvOrphanEcRegMethod()
1008 (NextNode->Object) && in AcpiEvOrphanEcRegMethod()
1009 (NextNode->Object->Region.SpaceId == ACPI_ADR_SPACE_EC)) in AcpiEvOrphanEcRegMethod()
1014 NextNode = AcpiNsGetNextNode (EcDeviceNode, NextNode); in AcpiEvOrphanEcRegMethod()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslprintf.c258 ACPI_PARSE_OBJECT *NextNode; in OpcParsePrintf() local
340 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()
343 ArgNode = NextNode; in OpcParsePrintf()
350 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()
370 ArgNode = NextNode; in OpcParsePrintf()