Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/namespace/
A Dnsalloc.c188 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsRemoveNode() local
197 NextNode = ParentNode->Child; in AcpiNsRemoveNode()
201 while (NextNode != Node) in AcpiNsRemoveNode()
203 PrevNode = NextNode; in AcpiNsRemoveNode()
204 NextNode = NextNode->Peer; in AcpiNsRemoveNode()
339 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsDeleteChildren() local
353 NextNode = ParentNode->Child; in AcpiNsDeleteChildren()
354 while (NextNode) in AcpiNsDeleteChildren()
358 if (NextNode->Child) in AcpiNsDeleteChildren()
368 NodeToDelete = NextNode; in AcpiNsDeleteChildren()
[all …]
A Dnswalk.c117 ACPI_NAMESPACE_NODE *NextNode = NULL; in AcpiNsGetNextNodeTyped() local
123 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode); in AcpiNsGetNextNodeTyped()
131 return (NextNode); in AcpiNsGetNextNodeTyped()
136 while (NextNode) in AcpiNsGetNextNodeTyped()
140 if (NextNode->Type == Type) in AcpiNsGetNextNodeTyped()
142 return (NextNode); in AcpiNsGetNextNodeTyped()
147 NextNode = NextNode->Peer; in AcpiNsGetNextNodeTyped()
A Dnsnames.c211 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsBuildNormalizedPath() local
240 NextNode = Node; in AcpiNsBuildNormalizedPath()
241 while (NextNode && NextNode != AcpiGbl_RootNode) in AcpiNsBuildNormalizedPath()
243 if (NextNode != Node) in AcpiNsBuildNormalizedPath()
248 ACPI_MOVE_32_TO_32 (Name, &NextNode->Name); in AcpiNsBuildNormalizedPath()
263 NextNode = NextNode->Parent; in AcpiNsBuildNormalizedPath()
/third_party/lib/acpica/source/compiler/
A Daslprintf.c150 ACPI_PARSE_OBJECT *NextNode; in OpcParsePrintf() local
232 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()
235 ArgNode = NextNode; in OpcParsePrintf()
242 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()
262 ArgNode = NextNode; in OpcParsePrintf()
/third_party/lib/acpica/source/components/events/
A Devregion.c881 ACPI_NAMESPACE_NODE *NextNode; in AcpiEvOrphanEcRegMethod() local
914 NextNode = AcpiNsGetNextNode (EcDeviceNode, NULL); in AcpiEvOrphanEcRegMethod()
915 while (NextNode) in AcpiEvOrphanEcRegMethod()
917 if ((NextNode->Type == ACPI_TYPE_REGION) && in AcpiEvOrphanEcRegMethod()
918 (NextNode->Object) && in AcpiEvOrphanEcRegMethod()
919 (NextNode->Object->Region.SpaceId == ACPI_ADR_SPACE_EC)) in AcpiEvOrphanEcRegMethod()
924 NextNode = AcpiNsGetNextNode (EcDeviceNode, NextNode); in AcpiEvOrphanEcRegMethod()

Completed in 7 milliseconds