<dec f='src/src/sys/external/bsd/acpica/dist/include/acparser.h' l='109' type='ACPI_STATUS AcpiPsGetNextNamepath(ACPI_WALK_STATE * WalkState, ACPI_PARSE_STATE * ParserState, ACPI_PARSE_OBJECT * Arg, BOOLEAN PossibleMethodCall)'/>
<def f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='252' ll='406' type='ACPI_STATUS AcpiPsGetNextNamepath(ACPI_WALK_STATE * WalkState, ACPI_PARSE_STATE * ParserState, ACPI_PARSE_OBJECT * Arg, BOOLEAN PossibleMethodCall)'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='880' u='c' c='AcpiPsGetNextArg'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='895' u='c' c='AcpiPsGetNextArg'/>
<doc f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='231'>/*******************************************************************************
 *
 * FUNCTION:    AcpiPsGetNextNamepath
 *
 * PARAMETERS:  ParserState         - Current parser state object
 *              Arg                 - Where the namepath will be stored
 *              ArgCount            - If the namepath points to a control method
 *                                    the method&apos;s argument is returned here.
 *              PossibleMethodCall  - Whether the namepath can possibly be the
 *                                    start of a method call
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Get next name (if method call, return # of required args).
 *              Names are looked up in the internal namespace to determine
 *              if the name represents a control method. If a method
 *              is found, the number of arguments to the method is returned.
 *              This information is critical for parsing to continue correctly.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psloop.c' l='123' u='c' c='AcpiPsGetArguments'/>
