OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scope
(Results
1 - 23
of
23
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/parser/
psscope.c
3
* Module Name: psscope - Parser
scope
stack management routines
177
return (ParserState->
Scope
->ParseScope.Op);
187
* RETURN: Boolean, TRUE =
scope
completed.
190
* 1) AML pointer is at or beyond the end of the
scope
191
* 2) The
scope
argument count has reached zero.
201
((ParserState->Aml >= ParserState->
Scope
->ParseScope.ArgEnd ||
202
!ParserState->
Scope
->ParseScope.ArgCount)));
211
* Root - the Root Node of this new
scope
215
* DESCRIPTION: Allocate and init a new
scope
object
224
ACPI_GENERIC_STATE *
Scope
;
[
all
...]
psloop.c
400
if ((ParserState->
Scope
->ParseScope.Op) &&
401
((ParserState->
Scope
->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) ||
402
(ParserState->
Scope
->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) &&
430
ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, "Popped
scope
, Op=%p\n", Op));
490
* If the
scope
/device op fails to parse, skip the body of
491
* the
scope
op because the parse failure indicates that
psparse.c
489
ParserState->Aml = ParserState->
Scope
->ParseScope.PkgEnd;
511
ParserState->Aml = ParserState->
Scope
->ParseScope.PkgEnd;
714
/* Reset the current
scope
to the beginning of
scope
stack */
psobject.c
615
* Finished one argument of the containing
scope
617
WalkState->ParserState.
Scope
->ParseScope.ArgCount--;
780
/* This
scope
complete? */
786
ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, "Popped
scope
, Op=%p\n", *Op));
826
* Complete the last Op (if not completed), and clear the
scope
stack.
/src/sys/external/bsd/acpica/dist/dispatcher/
dswscope.c
3
* Module Name: dswscope -
Scope
stack manipulation
169
* DESCRIPTION: Pop (and free) everything on the
scope
stack except the
170
* root
scope
object (which remains at the stack top.)
185
/* Pop a
scope
off the stack */
188
WalkState->ScopeInfo = ScopeInfo->
Scope
.Next;
209
* DESCRIPTION: Push the current
scope
on the
scope
stack, and make the
229
/* Invalid
scope
*/
231
ACPI_ERROR ((AE_INFO, "Null
scope
parameter"));
243
/* Allocate a new
scope
object *
[
all
...]
dspkginit.c
573
ScopeInfo.
Scope
.Node = Element->Reference.Node; /* Prefix node */
625
ResolvedNode->Name.Ascii, ScopeInfo.
Scope
.Node->Name.Ascii));
dsobject.c
268
ObjDesc->Reference.Node = WalkState->ScopeInfo->
Scope
.Node;
dswstate.c
821
/* Push start
scope
on
scope
stack and make it current */
842
* Setup the current
scope
.
844
* search upwards from this Op. Current
scope
is the first
864
/* Push start
scope
on
scope
stack and make it current */
916
if (WalkState->ParserState.
Scope
)
918
ACPI_ERROR ((AE_INFO, "%p walk still has a
scope
list",
/src/sys/external/bsd/acpica/dist/namespace/
nsconvert.c
442
* PARAMETERS:
Scope
- Namespace node for the method/object
454
ACPI_NAMESPACE_NODE *
Scope
,
516
* PARAMETERS:
Scope
- Namespace node for the method/object
529
ACPI_NAMESPACE_NODE *
Scope
,
602
* PARAMETERS:
Scope
- Namespace node for the method/object
615
ACPI_NAMESPACE_NODE *
Scope
,
639
ScopeInfo.
Scope
.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE,
Scope
);
nsnames.c
519
* PARAMETERS: PrefixScope -
Scope
/Path that prefixes the internal path
544
if (PrefixScope && PrefixScope->
Scope
.Node)
546
PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->
Scope
.Node, TRUE);
nsaccess.c
228
* 0 _GPE
Scope
00203160 00
229
* 0 _PR_
Scope
002031D0 00
231
* 0 _SI_
Scope
002032B0 00
418
* PARAMETERS: ScopeInfo - Current
scope
info block
482
/* Get the prefix
scope
. A null
scope
means use the root
scope
*/
485
(!ScopeInfo->
Scope
.Node))
488
"Null
scope
prefix, using root node (%p)\n",
495
PrefixNode = ScopeInfo->
Scope
.Node
[
all
...]
nsutils.c
4
* parents and siblings and
Scope
manipulation
253
* DESCRIPTION: Returns
scope
rule for the given object type.
838
* RETURN: NEWSCOPE if the passed type "opens a name
scope
" according
872
* of
Scope
will not be accessed.
877
* DESCRIPTION: Look up a name relative to a given
scope
and return the
878
* corresponding Node. NOTE:
Scope
can be null.
928
/* Setup lookup
scope
(search starting point) */
930
ScopeInfo.
Scope
.Node = PrefixNode;
958
* of
Scope
will not be accessed.
963
* DESCRIPTION: Look up a name relative to a given
scope
and return th
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acparser.h
241
ACPI_PARSE_OBJECT *
Scope
,
331
* psscope -
Scope
stack management routines
375
ACPI_PARSE_OBJECT *
Scope
,
acnamesp.h
165
#define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name
scope
*/
349
ACPI_NAMESPACE_NODE *
Scope
,
355
ACPI_NAMESPACE_NODE *
Scope
,
361
ACPI_NAMESPACE_NODE *
Scope
,
473
* nsnames - Name and
Scope
manipulation
aclocal.h
565
struct acpi_namespace_node *
Scope
,
852
*
Scope
state - current
scope
during namespace lookups
942
ACPI_SCOPE_STATE
Scope
;
1143
* Extended Op for named ops (
Scope
, Method, etc.), deferred ops (Methods and OpRegions),
1225
union acpi_generic_state *
Scope
; /* Current
scope
*/
/src/sys/external/bsd/acpica/dist/compiler/
aslopt.c
245
ScopeInfo.
Scope
.Node = CurrentNode;
339
ScopeInfo.
Scope
.Node = CurrentNode;
436
/* Special handling for
Scope
() operator */
542
* backslash prefix if we are already at the root
scope
.
568
* The current
scope
is the root, and the namepath has a root prefix
589
* We know that we are at the root, so NULL is used for the
scope
.
724
* We need to obtain the node that represents the current
scope
-- where
731
CurrentNode = WalkState->ScopeInfo->
Scope
.Node;
742
*
scope
). The actual namespace node may be up more than one level
784
/* CurrentPath is the path to this
scope
(where we are in the namespace) *
[
all
...]
/src/sys/external/bsd/acpica/dist/tests/misc/
badcode.asl
179
Scope
(\_GPE)
201
// within the same
scope
grammar.asl
562
// Unnamed
scope
564
Scope
(\)
629
Scope
(\_PR)
685
Scope
(_SB)
917
Scope
(\_TZ)
2622
Scope
(\_SB) // System Bus
2777
Scope
(\_GPE)
2831
Scope
(\_SB) // System Bus
2966
Scope
(\_SB) // System Bus
5958
Scope
(\_SB) // System Bu
[
all
...]
/src/sys/external/bsd/acpica/dist/executer/
exconfig.c
185
* ParentNode - Where to load the table (
scope
)
287
StartNode = WalkState->ScopeInfo->
Scope
.Node;
excreate.c
442
RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->
Scope
.Node;
exoparg1.c
1067
Status = AcpiNsGetNodeUnlocked (WalkState->ScopeInfo->
Scope
.Node,
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h
404
Scope
(\_GPE)
421
Scope
(\GPE2)
474
Scope
(\_GPE)
/src/sys/external/bsd/acpica/dist/common/
dmrestag.c
585
* WalkState - Current walk state (with valid
scope
)
1206
ScopeInfo.
Scope
.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Context);
Completed in 30 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025