Lines Matching defs:SourceDesc

65     ACPI_OPERAND_OBJECT     *SourceDesc,
74 * PARAMETERS: *SourceDesc - Value to be stored
82 * DESCRIPTION: Store the value described by SourceDesc into the location
92 ACPI_OPERAND_OBJECT *SourceDesc,
105 if (!SourceDesc || !DestDesc)
119 Status = AcpiExStoreObjectToNode (SourceDesc,
170 Status = AcpiExStoreObjectToNode (SourceDesc,
179 Status = AcpiExStoreObjectToIndex (SourceDesc, RefDesc, WalkState);
188 RefDesc->Reference.Value, SourceDesc, WalkState);
198 SourceDesc, AcpiUtGetObjectTypeName (SourceDesc)));
200 ACPI_DEBUG_OBJECT (SourceDesc, 0, 0);
221 * PARAMETERS: *SourceDesc - Value to be stored
233 ACPI_OPERAND_OBJECT *SourceDesc,
265 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE &&
266 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE)
270 AcpiUtAddReference (SourceDesc);
271 NewDesc = SourceDesc;
277 Status = AcpiUtCopyIobjectToIobject (SourceDesc, &NewDesc, WalkState);
337 switch (SourceDesc->Common.Type)
343 Value = (UINT8) (SourceDesc->Integer.Value);
351 Value = SourceDesc->Buffer.Pointer[0];
360 AcpiUtGetObjectTypeName (SourceDesc)));
384 * PARAMETERS: SourceDesc - Value to be stored
412 ACPI_OPERAND_OBJECT *SourceDesc,
423 ACPI_FUNCTION_TRACE_PTR (ExStoreObjectToNode, SourceDesc);
432 SourceDesc, AcpiUtGetObjectTypeName (SourceDesc),
439 Status = AcpiExResolveObject (&SourceDesc, TargetType, WalkState);
465 Status = AcpiExStoreDirectToNode (SourceDesc, Node,
472 Status = AcpiExStoreObjectToObject (SourceDesc, TargetDesc,
484 * SourceDesc reference count is incremented by AttachObject.
495 AcpiUtGetObjectTypeName (SourceDesc),
510 Status = AcpiExWriteDataToField (SourceDesc, TargetDesc,
526 Status = AcpiExStoreDirectToNode (SourceDesc, Node,
539 * PARAMETERS: SourceDesc - Value to be stored
552 ACPI_OPERAND_OBJECT *SourceDesc,
566 AcpiUtGetObjectTypeName (SourceDesc), SourceDesc,
571 Status = AcpiUtCopyIobjectToIobject (SourceDesc, &NewDesc, WalkState);