OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseScope
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/parser/
psscope.c
177
return (ParserState->Scope->
ParseScope
.Op);
201
((ParserState->Aml >= ParserState->Scope->
ParseScope
.ArgEnd ||
202
!ParserState->Scope->
ParseScope
.ArgCount)));
237
Scope->
ParseScope
.Op = RootOp;
238
Scope->
ParseScope
.ArgCount = ACPI_VAR_ARGS;
239
Scope->
ParseScope
.ArgEnd = ParserState->AmlEnd;
240
Scope->
ParseScope
.PkgEnd = ParserState->AmlEnd;
284
Scope->
ParseScope
.Op = Op;
285
Scope->
ParseScope
.ArgList = RemainingArgs;
286
Scope->
ParseScope
.ArgCount = ArgCount
[
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)) &&
psparse.c
489
ParserState->Aml = ParserState->Scope->
ParseScope
.PkgEnd;
511
ParserState->Aml = ParserState->Scope->
ParseScope
.PkgEnd;
psobject.c
617
WalkState->ParserState.Scope->
ParseScope
.ArgCount--;
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
943
ACPI_PSCOPE_STATE
ParseScope
;
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025