Home
last modified time | relevance | path

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

/acpica-latest/source/components/namespace/
Dnsrepair2.c602 UINT32 OuterElementCount; in AcpiNsRepair_CST() local
615 OuterElementCount = ReturnObject->Package.Count - 1; in AcpiNsRepair_CST()
617 while (i < OuterElementCount) in AcpiNsRepair_CST()
644 OuterElementCount--; in AcpiNsRepair_CST()
655 ObjDesc->Integer.Value = OuterElementCount; in AcpiNsRepair_CST()
859 UINT32 OuterElementCount; in AcpiNsRepair_PSS() local
886 OuterElementCount = ReturnObject->Package.Count; in AcpiNsRepair_PSS()
888 for (i = 0; i < OuterElementCount; i++) in AcpiNsRepair_PSS()
986 UINT32 OuterElementCount; in AcpiNsCheckSortedList() local
1009 OuterElementCount = ReturnObject->Package.Count; in AcpiNsCheckSortedList()
[all …]