Lines Matching refs:Reference
185 * Reference;
234 /* Destination object must be a Reference or a Constant object */
255 /* Destination is not a Reference object */
258 "Target is not a Reference or Constant object - [%s] %p",
265 * Examine the Reference class. These cases are handled:
272 switch (RefDesc->Reference.Class)
279 RefDesc->Reference.Object,
295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class,
296 RefDesc->Reference.Value, SourceDesc, WalkState);
313 ACPI_ERROR ((AE_INFO, "Unknown Reference Class 0x%2.2X",
314 RefDesc->Reference.Class));
356 * Destination must be a reference pointer, and
359 switch (IndexDesc->Reference.TargetType)
367 * The object at *(IndexDesc->Reference.Where) is the
369 * The parent package object is at IndexDesc->Reference.Object
371 ObjDesc = *(IndexDesc->Reference.Where);
374 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE)
376 /* This is a DDBHandle, just add a reference to it */
395 /* Decrement reference count by the ref count of the parent package */
399 IndexDesc->Reference.Object)->Common.ReferenceCount;
406 *(IndexDesc->Reference.Where) = NewDesc;
412 IndexDesc->Reference.Object)->Common.ReferenceCount;
435 ObjDesc = IndexDesc->Reference.Object;
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
599 "Target must be [Buffer/Integer/String/Reference]"
612 * (If it is a reference object)
658 * SourceDesc reference count is incremented by AttachObject.