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

/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrc.c398 UINT8 *EndAml; local
471 NULL, ACPI_CAST_INDIRECT_PTR (void, &EndAml));
483 if ((Aml + BufferLength - sizeof (AML_RESOURCE_END_TAG)) != EndAml)
/netbsd-current/sys/external/bsd/acpica/dist/resources/
H A Drslist.c190 UINT8 *EndAml = OutputBuffer + AmlSizeNeeded; local
200 while (Aml < EndAml)
H A Drscalc.c473 UINT8 *EndAml; local
488 EndAml = AmlBuffer + AmlBufferLength;
492 while (AmlBuffer < EndAml)
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutresrc.c192 UINT8 *EndAml; local
211 EndAml = Aml + AmlLength;
215 while (Aml < EndAml)
253 if ((Aml + 1) >= EndAml)

Completed in 233 milliseconds