Home
last modified time | relevance | path

Searched refs:EndTag (Results 1 – 7 of 7) sorted by relevance

/third_party/lib/acpica/source/components/utilities/
A Dutresrc.c465 UINT8 EndTag[2] = {0x79, 0x00}; in AcpiUtWalkAmlResources() local
549 (void) AcpiUtValidateResource (WalkState, EndTag, &ResourceIndex); in AcpiUtWalkAmlResources()
550 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources()
903 UINT8 **EndTag) in AcpiUtGetResourceEndTag() argument
915 *EndTag = ObjDesc->Buffer.Pointer; in AcpiUtGetResourceEndTag()
922 ObjDesc->Buffer.Length, NULL, (void **) EndTag); in AcpiUtGetResourceEndTag()
/third_party/lib/acpica/source/components/executer/
A Dexmisc.c176 UINT8 *EndTag; in AcpiExConcatTemplate() local
193 Status = AcpiUtGetResourceEndTag (Operand0, &EndTag); in AcpiExConcatTemplate()
199 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer); in AcpiExConcatTemplate()
203 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate()
209 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
/third_party/lib/acpica/source/compiler/
A Daslrestype1.c86 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor()
88 Descriptor->EndTag.Checksum = 0; in RsDoEndTagDescriptor()
/third_party/lib/acpica/source/include/acpica/
A Damlresrc.h556 AML_RESOURCE_END_TAG EndTag; member
A Dacrestyp.h656 ACPI_RESOURCE_END_TAG EndTag; member
A Dacutils.h812 UINT8 **EndTag);
/third_party/lib/acpica/
A Dchanges.txt6903 EndTag descriptor in 64-bit mode. The "minimal" descriptors such as
6904 EndTag
8127 ResourceTemplate, but cannot be disassembled as such because the EndTag
9192 treated as a single EndTag. One-length buffers always cause a fatal
9194 EndTag

Completed in 30 milliseconds