Lines Matching refs:Reference
234 switch (SourceDesc->Reference.Class)
238 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value);
245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
257 if (SourceDesc->Reference.Node)
259 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) !=
263 SourceDesc->Reference.Node);
267 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node,
268 (SourceDesc->Reference.Node)->Name.Ascii);
270 switch ((SourceDesc->Reference.Node)->Type)
284 AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object,
290 else if (SourceDesc->Reference.Object)
292 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Object) ==
295 /* Reference object is a namespace node */
298 SourceDesc->Reference.Object),
303 ObjectDesc = SourceDesc->Reference.Object;
304 Value = SourceDesc->Reference.Value;
311 Value, *SourceDesc->Reference.IndexPointer);
317 Value, *SourceDesc->Reference.IndexPointer,
318 *SourceDesc->Reference.IndexPointer);
324 if (!(*SourceDesc->Reference.Where))
330 AcpiExDoDebugObject (*SourceDesc->Reference.Where,
337 AcpiOsPrintf ("Unknown Reference object type %X\n",