Lines Matching refs:reference
183 * A method reference "looks" to the parser to be a method
227 /* Existing package, get existing reference count */
319 * DESCRIPTION: Resolve a named reference element within a package object
353 /* We are only interested in reference objects/elements */
357 /* Attempt to resolve the (named) reference to a namespace node */
371 * PARAMETERS: element_ptr - Pointer to a reference object
375 * DESCRIPTION: Resolve a package element that is a reference to a named
394 /* Check if reference element is already resolved */
396 if (element->reference.resolved) {
404 /* Element must be a reference object of correct type */
406 scope_info.scope.node = element->reference.node; /* Prefix node */
408 status = acpi_ns_lookup(&scope_info, (char *)element->reference.aml,
435 (char *)element->reference.
439 "While resolving a named reference package element - %s",
452 /* Named reference not resolved, return a NULL package element */
471 /* Update the reference object */
473 element->reference.resolved = TRUE;
474 element->reference.node = resolved_node;
475 type = element->reference.node->type;
479 * the package. If this is a reference to a common data type,
483 * If cannot, return the named reference (for things like Devices,
500 * leave them as reference objects. In other words, these types
514 /* acpi_ex_resolve_node_to_value gave these an extra reference */
523 * a reference on the existing object.