OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
69
return (ParserState->
Scope
->ParseScope.Op);
79
* RETURN: Boolean, TRUE =
scope
completed.
82
* 1) AML pointer is at or beyond the end of the
scope
83
* 2) The
scope
argument count has reached zero.
93
((ParserState->Aml >= ParserState->
Scope
->ParseScope.ArgEnd ||
94
!ParserState->
Scope
->ParseScope.ArgCount)));
103
* Root - the Root Node of this new
scope
107
* DESCRIPTION: Allocate and init a new
scope
object
116
ACPI_GENERIC_STATE *
Scope
;
[
all
...]
psloop.c
292
if ((ParserState->
Scope
->ParseScope.Op) &&
293
((ParserState->
Scope
->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) ||
294
(ParserState->
Scope
->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) &&
322
ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, "Popped
scope
, Op=%p\n", Op));
382
* If the
scope
/device op fails to parse, skip the body of
383
* the
scope
op because the parse failure indicates that
psparse.c
381
ParserState->Aml = ParserState->
Scope
->ParseScope.PkgEnd;
403
ParserState->Aml = ParserState->
Scope
->ParseScope.PkgEnd;
606
/* Reset the current
scope
to the beginning of
scope
stack */
psobject.c
507
* Finished one argument of the containing
scope
509
WalkState->ParserState.
Scope
->ParseScope.ArgCount--;
672
/* This
scope
complete? */
678
ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, "Popped
scope
, Op=%p\n", *Op));
718
* 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
61
* DESCRIPTION: Pop (and free) everything on the
scope
stack except the
62
* root
scope
object (which remains at the stack top.)
77
/* Pop a
scope
off the stack */
80
WalkState->ScopeInfo = ScopeInfo->
Scope
.Next;
101
* DESCRIPTION: Push the current
scope
on the
scope
stack, and make the
121
/* Invalid
scope
*/
123
ACPI_ERROR ((AE_INFO, "Null
scope
parameter"));
135
/* Allocate a new
scope
object *
[
all
...]
dspkginit.c
465
ScopeInfo.
Scope
.Node = Element->Reference.Node; /* Prefix node */
517
ResolvedNode->Name.Ascii, ScopeInfo.
Scope
.Node->Name.Ascii));
dsobject.c
160
ObjDesc->Reference.Node = WalkState->ScopeInfo->
Scope
.Node;
dswstate.c
713
/* Push start
scope
on
scope
stack and make it current */
734
* Setup the current
scope
.
736
* search upwards from this Op. Current
scope
is the first
756
/* Push start
scope
on
scope
stack and make it current */
808
if (WalkState->ParserState.
Scope
)
810
ACPI_ERROR ((AE_INFO, "%p walk still has a
scope
list",
/src/sys/external/bsd/acpica/dist/namespace/
nsconvert.c
334
* PARAMETERS:
Scope
- Namespace node for the method/object
346
ACPI_NAMESPACE_NODE *
Scope
,
408
* PARAMETERS:
Scope
- Namespace node for the method/object
421
ACPI_NAMESPACE_NODE *
Scope
,
494
* PARAMETERS:
Scope
- Namespace node for the method/object
507
ACPI_NAMESPACE_NODE *
Scope
,
531
ScopeInfo.
Scope
.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE,
Scope
);
nsnames.c
411
* PARAMETERS: PrefixScope -
Scope
/Path that prefixes the internal path
436
if (PrefixScope && PrefixScope->
Scope
.Node)
438
PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->
Scope
.Node, TRUE);
nsaccess.c
120
* 0 _GPE
Scope
00203160 00
121
* 0 _PR_
Scope
002031D0 00
123
* 0 _SI_
Scope
002032B0 00
310
* PARAMETERS: ScopeInfo - Current
scope
info block
374
/* Get the prefix
scope
. A null
scope
means use the root
scope
*/
377
(!ScopeInfo->
Scope
.Node))
380
"Null
scope
prefix, using root node (%p)\n",
387
PrefixNode = ScopeInfo->
Scope
.Node
[
all
...]
nsutils.c
4
* parents and siblings and
Scope
manipulation
145
* DESCRIPTION: Returns
scope
rule for the given object type.
730
* RETURN: NEWSCOPE if the passed type "opens a name
scope
" according
764
* of
Scope
will not be accessed.
769
* DESCRIPTION: Look up a name relative to a given
scope
and return the
770
* corresponding Node. NOTE:
Scope
can be null.
820
/* Setup lookup
scope
(search starting point) */
822
ScopeInfo.
Scope
.Node = PrefixNode;
850
* of
Scope
will not be accessed.
855
* DESCRIPTION: Look up a name relative to a given
scope
and return th
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acparser.h
133
ACPI_PARSE_OBJECT *
Scope
,
223
* psscope -
Scope
stack management routines
267
ACPI_PARSE_OBJECT *
Scope
,
acnamesp.h
57
#define ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name
scope
*/
241
ACPI_NAMESPACE_NODE *
Scope
,
247
ACPI_NAMESPACE_NODE *
Scope
,
253
ACPI_NAMESPACE_NODE *
Scope
,
365
* nsnames - Name and
Scope
manipulation
aclocal.h
457
struct acpi_namespace_node *
Scope
,
744
*
Scope
state - current
scope
during namespace lookups
834
ACPI_SCOPE_STATE
Scope
;
1035
* Extended Op for named ops (
Scope
, Method, etc.), deferred ops (Methods and OpRegions),
1117
union acpi_generic_state *
Scope
; /* Current
scope
*/
/src/sys/external/bsd/acpica/dist/compiler/
aslopt.c
137
ScopeInfo.
Scope
.Node = CurrentNode;
231
ScopeInfo.
Scope
.Node = CurrentNode;
328
/* Special handling for
Scope
() operator */
434
* backslash prefix if we are already at the root
scope
.
460
* The current
scope
is the root, and the namepath has a root prefix
481
* We know that we are at the root, so NULL is used for the
scope
.
616
* We need to obtain the node that represents the current
scope
-- where
623
CurrentNode = WalkState->ScopeInfo->
Scope
.Node;
634
*
scope
). The actual namespace node may be up more than one level
676
/* 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
76
* ParentNode - Where to load the table (
scope
)
178
StartNode = WalkState->ScopeInfo->
Scope
.Node;
excreate.c
333
RegionObj2->Extra.ScopeNode = WalkState->ScopeInfo->
Scope
.Node;
exoparg1.c
959
Status = AcpiNsGetNodeUnlocked (WalkState->ScopeInfo->
Scope
.Node,
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h
296
Scope
(\_GPE)
313
Scope
(\GPE2)
366
Scope
(\_GPE)
/src/sys/external/bsd/acpica/dist/common/
dmrestag.c
477
* WalkState - Current walk state (with valid
scope
)
1098
ScopeInfo.
Scope
.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Context);
Completed in 40 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026