Home | History | Annotate | Download | only in executer

Lines Matching refs:Object

3  * Module Name: exdebug - Support for stores to the AML Debug Object
166 * PARAMETERS: SourceDesc - Object to be output to "Debug Object"
172 * DESCRIPTION: Handles stores to the AML Debug Object. For example:
179 * operational case, stores to the debug object are ignored but can be easily
223 * object display
256 AcpiOsPrintf ("[Null Object]\n");
262 /* No object type prefix needed for integers and strings */
272 AcpiOsPrintf ("%p, Invalid Internal Object!\n", SourceDesc);
362 /* Check for valid node first, then valid object */
379 /* These types have no attached object */
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;
444 AcpiOsPrintf ("Unknown Reference object type %X\n",