Lines Matching defs:Aml
170 * DESCRIPTION: Convert an AML resource to an internal representation of the
177 UINT8 *Aml,
207 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
209 if (AcpiUtGetResourceType (Aml) ==
238 /* Convert the AML byte stream resource to a local resource struct */
245 "Could not convert AML resource (Type 0x%X)", *Aml));
257 AcpiUtGetResourceType (Aml), Length,
292 UINT8 *Aml = OutputBuffer;
303 while (Aml < EndAml)
355 ACPI_CAST_PTR (AML_RESOURCE, Aml), ConversionTable);
359 "Could not convert resource (type 0x%X) to AML",
364 /* Perform final sanity check on the new AML resource descriptor */
367 NULL, ACPI_CAST_PTR (AML_RESOURCE, Aml), NULL);
384 * Aml to point to the next (output) resource descriptor
386 Aml += AcpiUtGetDescriptorLength (Aml);