Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Reference

340                  * A method reference "looks" to the parser to be a method
379 /* Existing package, get existing reference count */
472 * DESCRIPTION: Resolve a named reference element within a package object
513 /* We are only interested in reference objects/elements */
517 /* Attempt to resolve the (named) reference to a namespace node */
534 * PARAMETERS: ElementPtr - Pointer to a reference object
538 * DESCRIPTION: Resolve a package element that is a reference to a named
560 /* Check if reference element is already resolved */
562 if (Element->Reference.Resolved)
571 /* Element must be a reference object of correct type */
573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */
575 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml,
603 (char *) Element->Reference.Aml, NULL, &ExternalPath);
606 "While resolving a named reference package element - %s",
621 /* Named reference not resolved, return a NULL package element */
640 /* Update the reference object */
642 Element->Reference.Resolved = TRUE;
643 Element->Reference.Node = ResolvedNode;
644 Type = Element->Reference.Node->Type;
648 * the package. If this is a reference to a common data type,
652 * If cannot, return the named reference (for things like Devices,
671 * leave them as reference objects. In other words, these types
685 /* AcpiExResolveNodeToValue gave these an extra reference */
694 * a reference on the existing object.