Searched refs:AML_RESOURCE_END_TAG (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsinfo.c316 sizeof (AML_RESOURCE_END_TAG), /* ACPI_RESOURCE_TYPE_END_TAG */
H A Drsio.c298 sizeof (AML_RESOURCE_END_TAG),
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c184 ACPI_AML_SIZE_SMALL (AML_RESOURCE_END_TAG),
308 if (AmlLength < sizeof (AML_RESOURCE_END_TAG))
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrc.c591 if ((Aml + BufferLength - sizeof (AML_RESOURCE_END_TAG)) != EndAml)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h352 } AML_RESOURCE_END_TAG; typedef in typeref:struct:aml_resource_end_tag
777 AML_RESOURCE_END_TAG EndTag;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c543 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype1.c191 Rnode = RsAllocateResourceNode (sizeof (AML_RESOURCE_END_TAG));

Completed in 138 milliseconds