Home
last modified time | relevance | path

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

/acpica-latest/source/components/debugger/
Ddbcmds.c809 ACPI_RSDESC_SIZE Aml1Length; in AcpiDmCompareAmlResources() local
838 Aml1Length = AcpiUtGetDescriptorLength (Aml1); in AcpiDmCompareAmlResources()
844 if (Aml1Length != Aml2Length) in AcpiDmCompareAmlResources()
849 Count, ResourceType, Offset, Aml1Length, Aml2Length); in AcpiDmCompareAmlResources()
854 else if (memcmp (Aml1, Aml2, Aml1Length)) in AcpiDmCompareAmlResources()
861 for (i = 0; i < Aml1Length; i++) in AcpiDmCompareAmlResources()
883 Offset += Aml1Length; in AcpiDmCompareAmlResources()
884 Aml1 += Aml1Length; in AcpiDmCompareAmlResources()