Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 25 of 54) sorted by relevance

123

/acpica-3.6.0/source/components/parser/
Dpsscope.c177 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 …]
Dpsloop.c400 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()
Dpsparse.c489 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
511 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
/acpica-3.6.0/source/components/dispatcher/
Ddswscope.c188 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()
Ddspkginit.c573 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/
DDECL.asl31 * 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/
Dscope.asl30 * 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)
Dobject.asl63 Scope(\_SB)
78 Scope(\_PR)
87 Scope(\_TZ)
124 Scope(\_SB)
141 Scope(\_PR)
151 Scope(\_TZ)
/acpica-3.6.0/source/components/namespace/
Dnsconvert.c454 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()
Dnsnames.c544 if (PrefixScope && PrefixScope->Scope.Node) in AcpiNsBuildPrefixedPathname()
546 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE); in AcpiNsBuildPrefixedPathname()
Dnsaccess.c483 (!ScopeInfo->Scope.Node)) in AcpiNsLookup()
493 PrefixNode = ScopeInfo->Scope.Node; in AcpiNsLookup()
/acpica-3.6.0/source/tools/acpiexec/
Daetables.h404 Scope (\_GPE)
421 Scope (\GPE2)
474 Scope (\_GPE)
/acpica-3.6.0/source/include/
Dacnamesp.h349 ACPI_NAMESPACE_NODE *Scope,
355 ACPI_NAMESPACE_NODE *Scope,
361 ACPI_NAMESPACE_NODE *Scope,
Dacparser.h241 ACPI_PARSE_OBJECT *Scope,
375 ACPI_PARSE_OBJECT *Scope,
Daclocal.h565 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/
Drecursion.asl1564 * 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/
Daslopt.c245 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/
DToDo.txt14 Scope
DMAIN_ASLTS.asl50 Scope(\_SB)
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/
Dssdt.asl38 Scope(\) {
/acpica-3.6.0/tests/aslts/src/runtime/collections/complex/namespace/
Dscope.asl36 Scope (\)
/acpica-3.6.0/tests/aslts/src/runtime/collections/functional/table/
Dssdt1.asl45 Scope(\) {
Dssdt4.asl44 Scope(\) {
/acpica-3.6.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/
DDECL.asl39 Scope (\_SB)
/acpica-3.6.0/tests/aslts/src/runtime/collections/Identity2MS/abbu/UTILITY/
DINSTALL.TXT19 Scope(\_SB)

123