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

/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrc.c505 UINT8 *EndAml; local
578 NULL, ACPI_CAST_INDIRECT_PTR (void, &EndAml));
590 if ((Aml + BufferLength - sizeof (AML_RESOURCE_END_TAG)) != EndAml)
/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
H A Drslist.c287 UINT8 *EndAml = OutputBuffer + AmlSizeNeeded; local
297 while (Aml < EndAml)
H A Drscalc.c574 UINT8 *EndAml; local
589 EndAml = AmlBuffer + AmlBufferLength;
593 while (AmlBuffer < EndAml)
/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c296 UINT8 *EndAml; local
315 EndAml = Aml + AmlLength;
319 while (Aml < EndAml)
357 if ((Aml + 1) >= EndAml)

Completed in 55 milliseconds