<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='130' type='ACPI_STATUS AcpiExConvertToTargetType(ACPI_OBJECT_TYPE DestinationType, ACPI_OPERAND_OBJECT * SourceDesc, ACPI_OPERAND_OBJECT ** ResultDesc, ACPI_WALK_STATE * WalkState)'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exconvrt.c' l='624' ll='745' type='ACPI_STATUS AcpiExConvertToTargetType(ACPI_OBJECT_TYPE DestinationType, ACPI_OPERAND_OBJECT * SourceDesc, ACPI_OPERAND_OBJECT ** ResultDesc, ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exconvrt.c' l='609'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExConvertToTargetType
 *
 * PARAMETERS:  DestinationType     - Current type of the destination
 *              SourceDesc          - Source object to be converted.
 *              ResultDesc          - Where the converted object is returned
 *              WalkState           - Current method state
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Implements &quot;implicit conversion&quot; rules for storing an object.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exstoren.c' l='235' u='c' c='AcpiExStoreObjectToObject'/>
