Home | History | Annotate | Download | only in debugger

Lines Matching defs:Object

217  * These object types map directly to the ACPI_TYPES
405 * DESCRIPTION: Dump entire namespace with full object pathnames and object
515 /* Get the full pathname to this object */
521 AcpiOsPrintf ("Could Not get pathname for object %p\n",
714 AcpiOsPrintf ("[%4.4s]: Unknown object type %X\n",
756 if (Node->Object->Field.RegionObj->Region.SpaceId != Info->AddressSpaceId)
763 /* Get and display the full pathname to this object */
769 AcpiOsPrintf ("Could Not get pathname for object %p\n", ObjHandle);
780 AcpiOsPrintf ("Could Not evaluate object %p\n", ObjHandle);
841 /* Get and display the full pathname to this object */
847 AcpiOsPrintf ("Could Not get pathname for object %p\n", ObjHandle);
854 /* Dump short info about the object */
865 * PARAMETERS: ObjTypeArg - Type of object to display
886 /* No argument means display summary/count of all object types */
918 /* Get the object type */
957 * PARAMETERS: ObjTypeArg - Type of object to display
1010 ACPI_OPERAND_OBJECT *Object;
1033 Node = (ACPI_NAMESPACE_NODE *) Node->Object;
1043 AcpiOsPrintf ("Invalid Object Type for Node %p, Type = %X\n",
1054 Object = AcpiNsGetAttachedObject (Node);
1055 if (Object)
1058 if (ACPI_GET_DESCRIPTOR_TYPE (Object) != ACPI_DESC_TYPE_OPERAND)
1060 AcpiOsPrintf ("Invalid Descriptor Type for Object %p [%s]\n",
1061 Object, AcpiUtGetDescriptorName (Object));
1105 * DESCRIPTION: Check if this namespace object refers to the target object
1108 * Note: Currently doesn't check subobjects within the Node's object
1127 AcpiOsPrintf ("Object is a Node [%4.4s]\n",
1131 /* Check for match against the object attached to the node */
1135 AcpiOsPrintf ("Reference at Node->Object %p [%4.4s]\n",
1147 * PARAMETERS: ObjectArg - String with hex value of the object
1151 * DESCRIPTION: Search namespace for all references to the input object
1163 /* Convert string to object pointer */
1219 /* Get the full path to this device object */
1225 AcpiOsPrintf ("Could Not get pathname for object %p\n",