<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='572' type='ACPI_STATUS AcpiExStoreObjectToNode(ACPI_OPERAND_OBJECT * SourceDesc, ACPI_NAMESPACE_NODE * Node, ACPI_WALK_STATE * WalkState, UINT8 ImplicitConversion)'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmthdat.c' l='688' u='c' c='AcpiDsStoreObjectToLocal'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exstore.c' l='119' u='c' c='AcpiExStore'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exstore.c' l='170' u='c' c='AcpiExStore'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exstore.c' l='411' ll='594' type='ACPI_STATUS AcpiExStoreObjectToNode(ACPI_OPERAND_OBJECT * SourceDesc, ACPI_NAMESPACE_NODE * Node, ACPI_WALK_STATE * WalkState, UINT8 ImplicitConversion)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exstore.c' l='381'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExStoreObjectToNode
 *
 * PARAMETERS:  SourceDesc              - Value to be stored
 *              Node                    - Named object to receive the value
 *              WalkState               - Current walk state
 *              ImplicitConversion      - Perform implicit conversion (yes/no)
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Store the object to the named object.
 *
 * The assignment of an object to a named object is handled here.
 * The value 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. A CopyObject can change
 * the target type, however.
 *
 * The ImplicitConversion flag is set to NO/FALSE only when
 * storing to an ArgX -- as per the rules of the ACPI spec.
 *
 * Assumes parameters are already validated.
 *
 ******************************************************************************/</doc>
