Lines Matching refs:Reference
339 /* Decode the reference */
341 switch (SourceDesc->Reference.Class)
345 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value);
352 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
364 if (SourceDesc->Reference.Node)
366 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) !=
370 SourceDesc->Reference.Node);
374 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node,
375 (SourceDesc->Reference.Node)->Name.Ascii);
377 switch ((SourceDesc->Reference.Node)->Type)
391 AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object,
397 else if (SourceDesc->Reference.Object)
399 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Object) ==
402 /* Reference object is a namespace node */
405 SourceDesc->Reference.Object),
410 ObjectDesc = SourceDesc->Reference.Object;
411 Value = SourceDesc->Reference.Value;
418 Value, *SourceDesc->Reference.IndexPointer);
424 Value, *SourceDesc->Reference.IndexPointer,
425 *SourceDesc->Reference.IndexPointer);
431 Reference.Where))
437 AcpiExDoDebugObject (*SourceDesc->Reference.Where,
444 AcpiOsPrintf ("Unknown Reference object type %X\n",