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

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c805 UINT8 *Aml1; local
827 Aml1 = Aml1Buffer;
834 while ((Aml1 < Aml1End) && (Aml2 < Aml2End))
838 Aml1Length = AcpiUtGetDescriptorLength (Aml1);
840 ResourceType = AcpiUtGetResourceType (Aml1);
854 else if (memcmp (Aml1, Aml2, Aml1Length))
863 if (Aml1[i] != Aml2[i])
868 i, Aml2[i], Aml1[i]);
884 Aml1 += Aml1Length;

Completed in 110 milliseconds