<dec f='src/src/sys/external/bsd/acpica/dist/include/acdispat.h' l='133' type='ACPI_STATUS AcpiDsExecBeginOp(ACPI_WALK_STATE * WalkState, ACPI_PARSE_OBJECT ** OutOp)'/>
<def f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswexec.c' l='231' ll='372' type='ACPI_STATUS AcpiDsExecBeginOp(ACPI_WALK_STATE * WalkState, ACPI_PARSE_OBJECT ** OutOp)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswexec.c' l='216'>/*****************************************************************************
 *
 * FUNCTION:    AcpiDsExecBeginOp
 *
 * PARAMETERS:  WalkState       - Current state of the parse tree walk
 *              OutOp           - Where to return op if a new one is created
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Descending callback used during the execution of control
 *              methods. This is where most operators and operands are
 *              dispatched to the interpreter.
 *
 ****************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswload.c' l='119' u='r' c='AcpiDsInitCallbacks'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswload2.c' l='97' u='c' c='AcpiDsLoad2BeginOp'/>
