/acpica-3.6.0/source/components/parser/ |
D | psscope.c | 177 return (ParserState->Scope->ParseScope.Op); in AcpiPsGetParentScope() 201 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd || in AcpiPsHasCompletedScope() 202 !ParserState->Scope->ParseScope.ArgCount))); in AcpiPsHasCompletedScope() 224 ACPI_GENERIC_STATE *Scope; in AcpiPsInitScope() local 230 Scope = AcpiUtCreateGenericState (); in AcpiPsInitScope() 231 if (!Scope) in AcpiPsInitScope() 236 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE; in AcpiPsInitScope() 237 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope() 238 Scope->ParseScope.ArgCount = ACPI_VAR_ARGS; in AcpiPsInitScope() 239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd; in AcpiPsInitScope() [all …]
|
D | psloop.c | 400 if ((ParserState->Scope->ParseScope.Op) && in AcpiPsParseLoop() 401 ((ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) || in AcpiPsParseLoop() 402 (ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) && in AcpiPsParseLoop()
|
D | psparse.c | 489 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState() 511 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
|
/acpica-3.6.0/source/components/dispatcher/ |
D | dswscope.c | 188 WalkState->ScopeInfo = ScopeInfo->Scope.Next; in AcpiDsScopeStackClear() 254 ScopeInfo->Scope.Node = Node; in AcpiDsScopeStackPush() 267 AcpiUtGetNodeName (OldScopeInfo->Scope.Node), in AcpiDsScopeStackPush() 277 AcpiUtGetNodeName (ScopeInfo->Scope.Node), in AcpiDsScopeStackPush() 324 AcpiUtGetNodeName (ScopeInfo->Scope.Node), in AcpiDsScopeStackPop() 331 AcpiUtGetNodeName (NewScopeInfo->Scope.Node), in AcpiDsScopeStackPop()
|
D | dspkginit.c | 573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement() 625 ResolvedNode->Name.Ascii, ScopeInfo.Scope.Node->Name.Ascii)); in AcpiDsResolvePackageElement()
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0302/ |
D | DECL.asl | 31 * SUMMARY: Scope operation doesn't work for the root node Location 39 Debug = "---------------- Before <Scope(\\_SB)>" 40 Scope (\_SB) 45 Debug = "---------------- After Scope(\\_SB)" 65 Debug = "---------------- Before <Scope(\\)>" 66 Scope (\) 71 Debug = "---------------- After Scope(\\)"
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/module/ |
D | scope.asl | 30 * Module level execution under DefinitionBlock/Scope 35 * under DefinitionBlock or Scope 48 * DefinitionBlock and Scope, but the ASL grammar is not compliant to the 63 Scope(\) 69 Scope(\_SB) 103 Scope(\) 110 Scope(\_SB)
|
D | object.asl | 63 Scope(\_SB) 78 Scope(\_PR) 87 Scope(\_TZ) 124 Scope(\_SB) 141 Scope(\_PR) 151 Scope(\_TZ)
|
/acpica-3.6.0/source/components/namespace/ |
D | nsconvert.c | 454 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToUnicode() argument 529 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToResource() argument 615 ACPI_NAMESPACE_NODE *Scope, in AcpiNsConvertToReference() argument 639 ScopeInfo.Scope.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Scope); in AcpiNsConvertToReference()
|
D | nsnames.c | 544 if (PrefixScope && PrefixScope->Scope.Node) in AcpiNsBuildPrefixedPathname() 546 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE); in AcpiNsBuildPrefixedPathname()
|
D | nsaccess.c | 483 (!ScopeInfo->Scope.Node)) in AcpiNsLookup() 493 PrefixNode = ScopeInfo->Scope.Node; in AcpiNsLookup()
|
/acpica-3.6.0/source/tools/acpiexec/ |
D | aetables.h | 404 Scope (\_GPE) 421 Scope (\GPE2) 474 Scope (\_GPE)
|
/acpica-3.6.0/source/include/ |
D | acnamesp.h | 349 ACPI_NAMESPACE_NODE *Scope, 355 ACPI_NAMESPACE_NODE *Scope, 361 ACPI_NAMESPACE_NODE *Scope,
|
D | acparser.h | 241 ACPI_PARSE_OBJECT *Scope, 375 ACPI_PARSE_OBJECT *Scope,
|
D | aclocal.h | 565 struct acpi_namespace_node *Scope, 942 ACPI_SCOPE_STATE Scope; member 1225 union acpi_generic_state *Scope; /* Current scope */ member
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/control/Recursion/ |
D | recursion.asl | 1564 * Scope declarations 1569 * Non-Serialized method has Scope declaration 1577 Scope(\_SB) { Name(i2z4, 0xabcd0004) } 1586 * Serialized method has Scope declaration, 1595 Scope(\_SB) { Name(i2z5, 0xabcd0005) } 1604 * Non-Serialized method has Scope declaration, 1613 Scope(\_SB) { Name(i2z6, 0xabcd0006) } 1626 * Serialized method has Scope declaration, 1635 Scope(\_SB) { Name(i2z7, 0xabcd0007) } 2011 * Non-Serialized method declares Scope(\_SB) on first call, [all …]
|
/acpica-3.6.0/source/compiler/ |
D | aslopt.c | 245 ScopeInfo.Scope.Node = CurrentNode; in OptSearchToRoot() 339 ScopeInfo.Scope.Node = CurrentNode; in OptBuildShortestPath() 731 CurrentNode = WalkState->ScopeInfo->Scope.Node; in OptOptimizeNamePath()
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/Identity2MS/abbu/ |
D | ToDo.txt | 14 Scope
|
D | MAIN_ASLTS.asl | 50 Scope(\_SB)
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ |
D | ssdt.asl | 38 Scope(\) {
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/complex/namespace/ |
D | scope.asl | 36 Scope (\)
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/table/ |
D | ssdt1.asl | 45 Scope(\) {
|
D | ssdt4.asl | 44 Scope(\) {
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/ |
D | DECL.asl | 39 Scope (\_SB)
|
/acpica-3.6.0/tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/ |
D | INSTALL.TXT | 19 Scope(\_SB)
|