Searched refs:Aml2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c698 UINT8 *Aml2; local
720 Aml2 = Aml2Buffer;
726 while ((Aml1 < Aml1End) && (Aml2 < Aml2End))
731 Aml2Length = AcpiUtGetDescriptorLength (Aml2);
746 else if (memcmp (Aml1, Aml2, Aml1Length))
755 if (Aml1[i] != Aml2[i])
760 i, Aml2[i], Aml1[i]);
777 Aml2 += Aml2Length;

Completed in 104 milliseconds