<dec f='src/src/sys/external/bsd/acpica/dist/include/acparser.h' l='246' type='ACPI_STATUS AcpiPsPushScope(ACPI_PARSE_STATE * ParserState, ACPI_PARSE_OBJECT * Op, UINT32 RemainingArgs, UINT32 ArgCount)'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psloop.c' l='554' u='c' c='AcpiPsParseLoop'/>
<def f='src/src/sys/external/bsd/acpica/dist/parser/psscope.c' l='156' ll='199' type='ACPI_STATUS AcpiPsPushScope(ACPI_PARSE_STATE * ParserState, ACPI_PARSE_OBJECT * Op, UINT32 RemainingArgs, UINT32 ArgCount)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/parser/psscope.c' l='141'>/*******************************************************************************
 *
 * FUNCTION:    AcpiPsPushScope
 *
 * PARAMETERS:  ParserState         - Current parser state object
 *              Op                  - Current op to be pushed
 *              RemainingArgs       - List of args remaining
 *              ArgCount            - Fixed or variable number of args
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Push current op to begin parsing its argument
 *
 ******************************************************************************/</doc>
