Searched refs:EndTag (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utresrc.c | 300 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 D | exconcat.c | 506 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 D | aslrestype1.c | 194 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 D | amlresrc.h | 777 AML_RESOURCE_END_TAG EndTag; member
|
| H A D | acrestyp.h | 861 ACPI_RESOURCE_END_TAG EndTag; member
|
| H A D | acutils.h | 1039 UINT8 **EndTag);
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 2012 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
|