Home
last modified time | relevance | path

Searched refs:ResourceSourceIndex (Results 1 – 6 of 6) sorted by relevance

/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0070_ASL/
DDECL.asl32 …* SUMMARY: The ASL Compiler should reject Resource Descriptors where ResourceSourceIndex is presen…
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0071_ASL/
DDECL.asl32 …* SUMMARY: The ASL Compiler should reject Resource Descriptors where ResourceSourceIndex is omitte…
/acpica-latest/source/compiler/
Daslrestype2s.c1725 UINT8 *ResourceSourceIndex = NULL; in RsDoClockInputDescriptor() local
1755 ResourceSourceIndex = ACPI_ADD_PTR (UINT8, Descriptor, sizeof (AML_RESOURCE_CLOCK_INPUT)); in RsDoClockInputDescriptor()
1798 if (ResourceSourceIndex) in RsDoClockInputDescriptor()
1800 *ResourceSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoClockInputDescriptor()
/acpica-latest/tests/aslts/adm/BugState/
DALLBUGS_DUP77 … | | The ASL Compiler should reject Resource Descriptors where ResourceSourceIndex is present …
78 … | | The ASL Compiler should reject Resource Descriptors where ResourceSourceIndex is omitted …
DALLBUGS77 … | | The ASL Compiler should reject Resource Descriptors where ResourceSourceIndex is present …
78 … | | The ASL Compiler should reject Resource Descriptors where ResourceSourceIndex is omitted …
/acpica-latest/documents/
Dchanges.txt10337 the ResourceSource argument is omitted but ResourceSourceIndex
13698 AML resource descriptors. If the optional ResourceSourceIndex is present,
13699 but the ResourceSource is not, do not emit the ResourceSourceIndex in the
13992 ResourceSourceIndex and the ResourceSource fields, both must be present,