Searched refs:NextNode (Results 1 – 5 of 5) sorted by relevance
296 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsRemoveNode() local305 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() local461 NextNode = ParentNode->Child; in AcpiNsDeleteChildren()462 while (NextNode) in AcpiNsDeleteChildren()466 if (NextNode->Child) in AcpiNsDeleteChildren()469 ParentNode, NextNode)); in AcpiNsDeleteChildren()[all …]
225 ACPI_NAMESPACE_NODE *NextNode = NULL; in AcpiNsGetNextNodeTyped() local231 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()
380 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsBuildNormalizedPath() local409 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()
971 ACPI_NAMESPACE_NODE *NextNode; in AcpiEvOrphanEcRegMethod() local1004 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()
258 ACPI_PARSE_OBJECT *NextNode; in OpcParsePrintf() local340 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()343 ArgNode = NextNode; in OpcParsePrintf()350 NextNode = ArgNode->Asl.Next; in OpcParsePrintf()370 ArgNode = NextNode; in OpcParsePrintf()