Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/common/acpica/parser/
H A Dpsscope.c231 if (!Scope) in AcpiPsInitScope()
237 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope()
242 ParserState->Scope = Scope; in AcpiPsInitScope()
278 if (!Scope) in AcpiPsPushScope()
284 Scope->ParseScope.Op = Op; in AcpiPsPushScope()
291 AcpiUtPushGenericState (&ParserState->Scope, Scope); in AcpiPsPushScope()
333 ACPI_GENERIC_STATE *Scope = ParserState->Scope; in AcpiPsPopScope() local
341 if (Scope->Common.Next) in AcpiPsPopScope()
343 Scope = AcpiUtPopGenericState (&ParserState->Scope); in AcpiPsPopScope()
401 while (ParserState->Scope) in AcpiPsCleanupScope()
[all …]
H A Dpsloop.c594 if ((ParserState->Scope->ParseScope.Op) && in AcpiPsParseLoop()
595 ((ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) || in AcpiPsParseLoop()
596 (ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) && in AcpiPsParseLoop()
H A Dpsparse.c489 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
511 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A 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()
H A Ddspkginit.c547 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement()
599 ResolvedNode->Name.Ascii, ScopeInfo.Scope.Node->Name.Ascii)); in AcpiDsResolvePackageElement()
H A Ddsobject.c269 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node; in AcpiDsBuildInternalObject()
H A Ddswstate.c911 if (WalkState->ParserState.Scope) in AcpiDsDeleteWalkState()
/illumos-gate/usr/src/common/acpica/namespace/
H A 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()
H A Dnsnames.c550 if (PrefixScope && PrefixScope->Scope.Node) in AcpiNsBuildPrefixedPathname()
552 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE); in AcpiNsBuildPrefixedPathname()
H A Dnsaccess.c448 (!ScopeInfo->Scope.Node)) in AcpiNsLookup()
458 PrefixNode = ScopeInfo->Scope.Node; in AcpiNsLookup()
H A Dnsutils.c943 ScopeInfo.Scope.Node = PrefixNode; in AcpiNsGetNodeUnlocked()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacnamesp.h347 ACPI_NAMESPACE_NODE *Scope,
353 ACPI_NAMESPACE_NODE *Scope,
359 ACPI_NAMESPACE_NODE *Scope,
H A Dacparser.h241 ACPI_PARSE_OBJECT *Scope,
375 ACPI_PARSE_OBJECT *Scope,
H A Daclocal.h564 struct acpi_namespace_node *Scope,
932 ACPI_SCOPE_STATE Scope; member
1215 union acpi_generic_state *Scope; /* Current scope */ member
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslopt.c245 ScopeInfo.Scope.Node = CurrentNode; in OptSearchToRoot()
339 ScopeInfo.Scope.Node = CurrentNode; in OptBuildShortestPath()
732 CurrentNode = WalkState->ScopeInfo->Scope.Node; in OptOptimizeNamePath()
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dmapfile-vers43 # Scope everything local -- our .init section is our only public interface.
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Dmapfile-vers43 # Scope everything local -- our .init section is our only public interface.
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties156 ssim_ssttable_botch = Scope/service type table missing entry for service type ``{0}'''', scope ``{1…
157 ssim_ssttable_lang_botch = Scope/service type lang table missing entry for locale ``{0}'''' in serv…
222 v1_scope_char_res = Scope ``{0}''''contains one or more of /,:.
223 v1_scope_name_res = Scope name ``{0}'''' is one of reserved names ``local'''' or ``remote''''.
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h566 uint32_t Scope :4; member
593 uint32_t Scope :4; member
/illumos-gate/usr/src/common/acpica/executer/
H A Dexcreate.c443 RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->Scope.Node; in AcpiExCreateRegion()
H A Dexconfig.c283 StartNode = WalkState->ScopeInfo->Scope.Node; in AcpiExLoadTableOp()
/illumos-gate/usr/src/lib/libm1/common/
H A Dmapfile-vers32 # "Reducing Symbol Scope", and Chapter 5 "Versioning".
/illumos-gate/
H A DCODE_OF_CONDUCT.md46 ## Scope section in illumos Project Code of Conduct
/illumos-gate/usr/src/lib/libslp/clib/
H A Dlibslp.po77 msgid "Scope not supported"
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmrestag.c1175 ScopeInfo.Scope.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Context); in AcpiDmAddResourceToNamespace()

12