Lines Matching refs:Reference
300 /* This is an object reference. */
302 switch (InternalObject->Reference.Class)
306 * For namepath, return the object handle ("reference")
309 ExternalObject->Reference.Handle =
310 InternalObject->Reference.Node;
311 ExternalObject->Reference.ActualType =
312 AcpiNsGetType (InternalObject->Reference.Node);
317 /* All other reference types are unsupported */
673 /* An incoming reference is defined to be a namespace node */
675 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF;
676 InternalObject->Reference.Object = ExternalObject->Reference.Handle;
815 * DESCRIPTION: Simple copy of one internal object to another. Reference count
909 * We copied the reference object, so we now must add a reference
910 * to the object pointed to by the reference
912 * DDBHandle reference (from Load/LoadTable) is a special reference,
913 * it does not have a Reference.Object, so does not need to
914 * increase the reference count
916 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE)
921 AcpiUtAddReference (SourceDesc->Reference.Object);
926 * We copied the Region Handler, so we now must add a reference