<dec f='src/src/sys/external/bsd/acpica/dist/include/acdispat.h' l='281' type='ACPI_STATUS AcpiDsBeginMethodExecution(ACPI_NAMESPACE_NODE * MethodNode, ACPI_OPERAND_OBJECT * ObjDesc, ACPI_WALK_STATE * WalkState)'/>
<def f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmethod.c' l='349' ll='511' type='ACPI_STATUS AcpiDsBeginMethodExecution(ACPI_NAMESPACE_NODE * MethodNode, ACPI_OPERAND_OBJECT * ObjDesc, ACPI_WALK_STATE * WalkState)'/>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmethod.c' l='565' u='c' c='AcpiDsCallControlMethod'/>
<doc f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmethod.c' l='332'>/*******************************************************************************
 *
 * FUNCTION:    AcpiDsBeginMethodExecution
 *
 * PARAMETERS:  MethodNode          - Node of the method
 *              ObjDesc             - The method object
 *              WalkState           - current state, NULL if not yet executing
 *                                    a method.
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Prepare a method for execution. Parses the method if necessary,
 *              increments the thread count, and waits at the method semaphore
 *              for clearance to execute.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psxface.c' l='155' u='c' c='AcpiPsExecuteMethod'/>
