Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c807 UINT8 *Aml2End; in AcpiDmCompareAmlResources() local
829 Aml2End = Aml2Buffer + Aml2BufferLength; in AcpiDmCompareAmlResources()
833 while ((Aml1 < Aml1End) && (Aml2 < Aml2End)) in AcpiDmCompareAmlResources()