Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutresrc.c300 UINT8 EndTag[2] = {0x79, 0x00}; in AcpiUtWalkAmlResources() local
391 (void) AcpiUtValidateResource (WalkState, EndTag, &ResourceIndex); in AcpiUtWalkAmlResources()
392 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources()
745 UINT8 **EndTag) in AcpiUtGetResourceEndTag() argument
757 *EndTag = ObjDesc->Buffer.Pointer; in AcpiUtGetResourceEndTag()
764 ObjDesc->Buffer.Length, NULL, (void **) EndTag); in AcpiUtGetResourceEndTag()
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A 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()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslrestype1.c194 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor()
196 Descriptor->EndTag.Checksum = 0; in RsDoEndTagDescriptor()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h777 AML_RESOURCE_END_TAG EndTag; member
H A Dacrestyp.h861 ACPI_RESOURCE_END_TAG EndTag; member
H A Dacutils.h1039 UINT8 **EndTag);
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2012 that contain only a single EndTag. Fixes an AE_AML_NO_RESOURCE_END_TAG
2281 template/descriptor within a Buffer object. An EndTag descriptor is now
9898 EndTag descriptor in 64-bit mode. The "minimal" descriptors such as
9899 EndTag
11122 ResourceTemplate, but cannot be disassembled as such because the EndTag
12187 treated as a single EndTag. One-length buffers always cause a fatal
12189 EndTag