<dec f='src/src/sys/external/bsd/acpica/dist/include/acdispat.h' l='252' type='void AcpiDsMethodDataInit(ACPI_WALK_STATE * WalkState)'/>
<def f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmthdat.c' l='99' ll='136' type='void AcpiDsMethodDataInit(ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmthdat.c' l='78'>/*******************************************************************************
 *
 * FUNCTION:    AcpiDsMethodDataInit
 *
 * PARAMETERS:  WalkState           - Current walk state object
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Initialize the data structures that hold the method&apos;s arguments
 *              and locals. The data struct is an array of namespace nodes for
 *              each - this allows RefOf and DeRefOf to work properly for these
 *              special data types.
 *
 * NOTES:       WalkState fields are initialized to zero by the
 *              ACPI_ALLOCATE_ZEROED().
 *
 *              A pseudo-Namespace Node is assigned to each argument and local
 *              so that RefOf() can return a pointer to the Node.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswstate.c' l='629' u='c' c='AcpiDsCreateWalkState'/>
