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

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drslist.c179 UINT8 *EndAml = OutputBuffer + AmlSizeNeeded; local
189 while (Aml < EndAml)
H A Drscalc.c421 UINT8 *EndAml; local
436 EndAml = AmlBuffer + AmlBufferLength;
440 while (AmlBuffer < EndAml)
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrc.c394 UINT8 *EndAml; local
426 NULL, ACPI_CAST_INDIRECT_PTR (void, &EndAml));
438 if ((Aml + Length - sizeof (AML_RESOURCE_END_TAG)) != EndAml)
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutresrc.c461 UINT8 *EndAml; local
480 EndAml = Aml + AmlLength;
484 while (Aml < EndAml)
522 if ((Aml + 1) >= EndAml)

Completed in 62 milliseconds