<dec f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='520' type='ACPI_STATUS AcpiExResolveOperands(UINT16 Opcode, ACPI_OPERAND_OBJECT ** StackPtr, ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/include/acinterp.h' l='516'>/*
 * exresop - resolve operand to value
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c' l='360' u='c' c='AcpiDsEvalBufferFieldOperands'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c' l='446' u='c' c='AcpiDsEvalRegionOperands'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c' l='547' u='c' c='AcpiDsEvalTableRegionOperands'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsopcode.c' l='649' u='c' c='AcpiDsEvalDataObjectOperands'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswexec.c' l='465' u='c' c='AcpiDsExecEndOp'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exoparg1.c' l='694' u='c' c='AcpiExOpcode_1A_0T_1R'/>
<def f='src/src/sys/external/bsd/acpica/dist/executer/exresop.c' l='144' ll='732' type='ACPI_STATUS AcpiExResolveOperands(UINT16 Opcode, ACPI_OPERAND_OBJECT ** StackPtr, ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/executer/exresop.c' l='123'>/*******************************************************************************
 *
 * FUNCTION:    AcpiExResolveOperands
 *
 * PARAMETERS:  Opcode              - Opcode being interpreted
 *              StackPtr            - Pointer to the operand stack to be
 *                                    resolved
 *              WalkState           - Current state
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Convert multiple input operands to the types required by the
 *              target operator.
 *
 *      Each 5-bit group in ArgTypes represents one required
 *      operand and indicates the required Type. The corresponding operand
 *      will be converted to the required type if possible, otherwise we
 *      abort with an exception.
 *
 ******************************************************************************/</doc>
