Lines Matching refs:Object
3 * Module Name: exresop - AML Interpreter operand/object resolution
169 void *Object);
176 * PARAMETERS: TypeNeeded Object type needed
177 * ThisType Actual object type
178 * Object Object pointer
190 void *Object)
210 (((ACPI_OPERAND_OBJECT *) Object)->Common.Flags &
222 AcpiUtGetTypeName (ThisType), Object));
322 * Resolve an alias object. The construction of these objects
324 * thus, the attached object is always the aliased namespace node
337 /* ACPI internal object */
346 "Bad operand object type [0x%X]", ObjectType));
368 case ACPI_REFCLASS_NAME: /* Reference to a named object */
403 * Handle cases where the object does not need to be
415 * String found - the string references a named object and
457 * Instead, we just want to store the reference object.
476 * Resolve this object to a value
484 /* Get the resolved object */
489 * Check the resulting object (value) type
494 * For the simple cases, only one type of resolved object
534 * The more complex cases allow multiple resolved object types
789 /* Allow store of any object to the Debug object */
815 * Make sure that the original object was resolved to the
816 * required object type (Simple cases only).