<dec f='src/src/sys/external/bsd/acpica/dist/include/acparser.h' l='103' type='void AcpiPsGetNextSimpleArg(ACPI_PARSE_STATE * ParserState, UINT32 ArgType, ACPI_PARSE_OBJECT * Arg)'/>
<def f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='423' ll='508' type='void AcpiPsGetNextSimpleArg(ACPI_PARSE_STATE * ParserState, UINT32 ArgType, ACPI_PARSE_OBJECT * Arg)'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='791' u='c' c='AcpiPsGetNextArg'/>
<doc f='src/src/sys/external/bsd/acpica/dist/parser/psargs.c' l='409'>/*******************************************************************************
 *
 * FUNCTION:    AcpiPsGetNextSimpleArg
 *
 * PARAMETERS:  ParserState         - Current parser state object
 *              ArgType             - The argument type (AML_*_ARG)
 *              Arg                 - Where the argument is returned
 *
 * RETURN:      None
 *
 * DESCRIPTION: Get the next simple argument (constant, string, or namestring)
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psloop.c' l='117' u='c' c='AcpiPsGetArguments'/>
