Home | History | Annotate | Download | only in debugger

Lines Matching refs:Object

3  * Module Name: dbobject - ACPI object decode and display
242 * PARAMETERS: ObjDesc - Object to be displayed
246 * DESCRIPTION: Short display of an internal object. Numbers/Strings/Buffers.
316 * PARAMETERS: Node - Object to be displayed
343 /* These types have no attached object */
367 * PARAMETERS: ObjDesc - Object to be displayed
372 * DESCRIPTION: Short display of an internal object
388 AcpiOsPrintf ("<Null Object>\n");
392 /* Decode the object type */
415 /* Decode the ACPI object type */
433 [ObjDesc->Reference.Value].Object;
445 [ObjDesc->Reference.Value].Object;
457 AcpiOsPrintf ("%p", ObjDesc->Reference.Object);
458 AcpiDbDecodeInternalObject (ObjDesc->Reference.Object);
484 if (!ObjDesc->Reference.Object)
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);
538 AcpiOsPrintf ("<Not a valid ACPI Object Descriptor> [%s]",
595 ObjDesc = WalkState->LocalVariables[i].Object;
612 ObjDesc = WalkState->LocalVariables[i].Object;
677 ObjDesc = WalkState->Arguments[i].Object;
692 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount);
696 ObjDesc = WalkState->Arguments[i].Object;