<dec f='src/src/sys/external/bsd/acpica/dist/include/acdispat.h' l='239' type='ACPI_STATUS AcpiDsMethodDataInitArgs(ACPI_OPERAND_OBJECT ** Params, UINT32 MaxParamCount, ACPI_WALK_STATE * WalkState)'/>
<def f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmthdat.c' l='212' ll='255' type='ACPI_STATUS AcpiDsMethodDataInitArgs(ACPI_OPERAND_OBJECT ** Params, UINT32 MaxParamCount, ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsmthdat.c' l='196'>/*******************************************************************************
 *
 * FUNCTION:    AcpiDsMethodDataInitArgs
 *
 * PARAMETERS:  *Params         - Pointer to a parameter list for the method
 *              MaxParamCount   - The arg count for this method
 *              WalkState       - Current walk state object
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Initialize arguments for a method. The parameter list is a list
 *              of ACPI operand objects, either null terminated or whose length
 *              is defined by MaxParamCount.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswstate.c' l='719' u='c' c='AcpiDsInitAmlWalk'/>
