<dec f='src/src/sys/external/bsd/acpica/dist/include/acparser.h' l='83' type='ACPI_STATUS AcpiPsExecuteMethod(ACPI_EVALUATE_INFO * Info)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/include/acparser.h' l='79'>/*
 * psxface - Parser external interfaces
 */</doc>
<use f='src/src/sys/external/bsd/acpica/dist/namespace/nseval.c' l='250' u='c' c='AcpiNsEvaluate'/>
<def f='src/src/sys/external/bsd/acpica/dist/parser/psxface.c' l='130' ll='273' type='ACPI_STATUS AcpiPsExecuteMethod(ACPI_EVALUATE_INFO * Info)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/parser/psxface.c' l='107'>/*******************************************************************************
 *
 * FUNCTION:    AcpiPsExecuteMethod
 *
 * PARAMETERS:  Info            - Method info block, contains:
 *                  Node            - Method Node to execute
 *                  ObjDesc         - Method object
 *                  Parameters      - List of parameters to pass to the method,
 *                                    terminated by NULL. Params itself may be
 *                                    NULL if no parameters are being passed.
 *                  ReturnObject    - Where to put method&apos;s return value (if
 *                                    any). If NULL, no value is returned.
 *                  ParameterType   - Type of Parameter list
 *                  ReturnObject    - Where to put method&apos;s return value (if
 *                                    any). If NULL, no value is returned.
 *                  PassNumber      - Parse or execute pass
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Execute a control method
 *
 ******************************************************************************/</doc>
