Home | History | Annotate | Download | only in namespace

Lines Matching refs:Scope

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;
506 * This node might not be a actual "scope" node (such as a
508 * node. Backup up the tree to find the containing scope node.
541 * Check for scope prefixes:
544 * optional scope prefix followed by a name segment part.
546 * If present, the scope prefix is either a Root Prefix (in
548 * Parent Prefixes (in which case the name's scope is relative
549 * to the current scope).
567 /* Pathname is relative to current scope, start there */
570 "Searching relative to prefix scope [%4.4s] (%p)\n",
598 * Current scope has no parent scope. Externalize
619 "Search scope is [%4.4s], path has %u carat(s)\n",
777 "Name [%4.4s] not found in scope [%4.4s] %p\n",
798 * by failing to open a new scope.
824 * If we have an alias to an object that opens a scope (such as a
880 * type to (later) see if it opens a scope.
894 /* Always check if we need to open a new scope */
899 * If entry is a type which opens a scope, push the new scope on the
900 * scope stack.