<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='592' type='ACPI_STATUS AcpiExStoreObjectToObject(ACPI_OPERAND_OBJECT * SourceDesc, ACPI_OPERAND_OBJECT * DestDesc, ACPI_OPERAND_OBJECT ** NewDesc, ACPI_WALK_STATE * WalkState)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exstore.c' l='538' u='c' c='AcpiExStoreObjectToNode'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exstoren.c' l='198' ll='304' type='ACPI_STATUS AcpiExStoreObjectToObject(ACPI_OPERAND_OBJECT * SourceDesc, ACPI_OPERAND_OBJECT * DestDesc, ACPI_OPERAND_OBJECT ** NewDesc, ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exstoren.c' l='163'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExStoreObjectToObject
 *
 * PARAMETERS:  SourceDesc          - Object to store
 *              DestDesc            - Object to receive a copy of the source
 *              NewDesc             - New object if DestDesc is obsoleted
 *              WalkState           - Current walk state
 *
 * RETURN:      Status
 *
 * DESCRIPTION: &quot;Store&quot; an object to another object. This may include
 *              converting the source type to the target type (implicit
 *              conversion), and a copy of the value of the source to
 *              the target.
 *
 *              The Assignment of an object to another (not named) object
 *              is handled here.
 *              The Source passed in will replace the current value (if any)
 *              with the input value.
 *
 *              When storing into an object the data is converted to the
 *              target object type then stored in the object. This means
 *              that the target object type (for an initialized target) will
 *              not be changed by a store operation.
 *
 *              This module allows destination types of Number, String,
 *              Buffer, and Package.
 *
 *              Assumes parameters are already validated. NOTE: SourceDesc
 *              resolution (from a reference object) must be performed by
 *              the caller if necessary.
 *
 ******************************************************************************/</doc>
