HomeSort by: relevance | last modified time | path
    Searched defs:Scope (Results 1 - 2 of 2) 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...]
  /src/sys/external/bsd/acpica/dist/include/
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 */

Completed in 14 milliseconds