Lines Matching refs:Reference
167 * PARAMETERS: ObjDesc - Create a reference to this object
168 * ReturnDesc - Where to store the reference
173 * DESCRIPTION: Obtain and return a "reference" to the target object
203 * Must be a reference to a Local or Arg
205 switch (ObjDesc->Reference.Class)
213 ReferencedObj = ObjDesc->Reference.Object;
218 ACPI_ERROR ((AE_INFO, "Invalid Reference Class 0x%2.2X",
219 ObjDesc->Reference.Class));
226 * A named reference that has already been resolved to a Node
239 /* Create a new reference object */
247 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF;
248 ReferenceObj->Reference.Object = ReferencedObj;
252 "Object %p Type [%s], returning Reference %p\n",