Home
last modified time | relevance | path

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

/acpica-latest/source/components/utilities/
Dutresrc.c304 UINT8 EndTag[2] = {0x79, 0x00}; in AcpiUtWalkAmlResources() local
395 (void) AcpiUtValidateResource (WalkState, EndTag, &ResourceIndex); in AcpiUtWalkAmlResources()
396 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources()
754 UINT8 **EndTag) in AcpiUtGetResourceEndTag() argument
766 *EndTag = ObjDesc->Buffer.Pointer; in AcpiUtGetResourceEndTag()
773 ObjDesc->Buffer.Length, NULL, (void **) EndTag); in AcpiUtGetResourceEndTag()
/acpica-latest/source/components/executer/
Dexconcat.c506 UINT8 *EndTag; in AcpiExConcatTemplate() local
523 Status = AcpiUtGetResourceEndTag (Operand0, &EndTag); in AcpiExConcatTemplate()
529 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer); in AcpiExConcatTemplate()
533 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate()
539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
/acpica-latest/source/compiler/
Daslrestype1.c194 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor()
196 Descriptor->EndTag.Checksum = 0; in RsDoEndTagDescriptor()
/acpica-latest/source/include/
Damlresrc.h819 AML_RESOURCE_END_TAG EndTag; member
Dacrestyp.h890 ACPI_RESOURCE_END_TAG EndTag; member
Dacutils.h1067 UINT8 **EndTag);
/acpica-latest/documents/
Dchanges.txt2503 that contain only a single EndTag. Fixes an AE_AML_NO_RESOURCE_END_TAG
2772 template/descriptor within a Buffer object. An EndTag descriptor is now
10389 EndTag descriptor in 64-bit mode. The "minimal" descriptors such as
10390 EndTag
11613 ResourceTemplate, but cannot be disassembled as such because the EndTag
12678 treated as a single EndTag. One-length buffers always cause a fatal
12680 EndTag