Searched refs:EndTag (Results 1 – 7 of 7) sorted by relevance
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utresrc.c | 465 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 D | exmisc.c | 176 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 D | aslrestype1.c | 86 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 D | amlresrc.h | 556 AML_RESOURCE_END_TAG EndTag; member
|
| A D | acrestyp.h | 656 ACPI_RESOURCE_END_TAG EndTag; member
|
| A D | acutils.h | 812 UINT8 **EndTag);
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 6903 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