Lines Matching refs:Reference
423 /* Decode the reference */
425 switch (ObjDesc->Reference.Class)
429 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value);
433 [ObjDesc->Reference.Value].Object;
441 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value);
445 [ObjDesc->Reference.Value].Object;
453 switch (ObjDesc->Reference.TargetType)
457 AcpiOsPrintf ("%p", ObjDesc->Reference.Object);
458 AcpiDbDecodeInternalObject (ObjDesc->Reference.Object);
463 AcpiOsPrintf ("%p", ObjDesc->Reference.Where);
464 if (!ObjDesc->Reference.Where)
471 *(ObjDesc->Reference.Where));
484 if (!ObjDesc->Reference.Object)
487 "Uninitialized reference subobject pointer");
491 /* Reference can be to a Node or an Operand object */
493 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc->Reference.Object))
497 AcpiDbDecodeNode (ObjDesc->Reference.Object);
502 AcpiDbDecodeInternalObject (ObjDesc->Reference.Object);
512 AcpiDbDecodeNode (ObjDesc->Reference.Node);
521 default: /* Unknown reference class */
523 AcpiOsPrintf ("%2.2X\n", ObjDesc->Reference.Class);