Searched refs:NextNode (Results 1 – 5 of 5) sorted by relevance
188 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsRemoveNode() local197 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() local353 NextNode = ParentNode->Child; in AcpiNsDeleteChildren()354 while (NextNode) in AcpiNsDeleteChildren()358 if (NextNode->Child) in AcpiNsDeleteChildren()368 NodeToDelete = NextNode; in AcpiNsDeleteChildren()[all …]
117 ACPI_NAMESPACE_NODE *NextNode = NULL; in AcpiNsGetNextNodeTyped() local123 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()
211 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsBuildNormalizedPath() local240 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()
150 ACPI_PARSE_OBJECT *NextNode; in OpcParsePrintf() local232 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()235 ArgNode = NextNode; in OpcParsePrintf()242 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()262 ArgNode = NextNode; in OpcParsePrintf()
881 ACPI_NAMESPACE_NODE *NextNode; in AcpiEvOrphanEcRegMethod() local914 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