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

/freebsd-10.2-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrc.c392 UINT8 *EndAml; local
424 NULL, ACPI_CAST_INDIRECT_PTR (void, &EndAml));
436 if ((Aml + Length - sizeof (AML_RESOURCE_END_TAG)) != EndAml)
/freebsd-10.2-release/sys/contrib/dev/acpica/components/resources/
H A Drslist.c178 UINT8 *EndAml = OutputBuffer + AmlSizeNeeded; local
188 while (Aml < EndAml)
H A Drscalc.c419 UINT8 *EndAml; local
434 EndAml = AmlBuffer + AmlBufferLength;
438 while (AmlBuffer < EndAml)
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c461 UINT8 *EndAml; local
480 EndAml = Aml + AmlLength;
484 while (Aml < EndAml)
521 if ((Aml + 1) >= EndAml)

Completed in 64 milliseconds