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

/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c697 UINT8 *Aml1; local
719 Aml1 = Aml1Buffer;
726 while ((Aml1 < Aml1End) && (Aml2 < Aml2End))
730 Aml1Length = AcpiUtGetDescriptorLength (Aml1);
732 ResourceType = AcpiUtGetResourceType (Aml1);
746 else if (memcmp (Aml1, Aml2, Aml1Length))
755 if (Aml1[i] != Aml2[i])
760 i, Aml2[i], Aml1[i]);
776 Aml1 += Aml1Length;

Completed in 107 milliseconds