<dec f='src/src/sys/external/bsd/acpica/dist/include/acdispat.h' l='394' type='void AcpiDsScopeStackClear(ACPI_WALK_STATE * WalkState)'/>
<def f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswscope.c' l='66' ll='88' type='void AcpiDsScopeStackClear(ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswscope.c' l='53'>/****************************************************************************
 *
 * FUNCTION:    AcpiDsScopeStackClear
 *
 * PARAMETERS:  WalkState       - Current state
 *
 * RETURN:      None
 *
 * DESCRIPTION: Pop (and free) everything on the scope stack except the
 *              root scope object (which remains at the stack top.)
 *
 ***************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psparse.c' l='586' u='c' c='AcpiPsParseAml'/>
<use f='src/src/sys/external/bsd/acpica/dist/parser/psxface.c' l='216' u='c' c='AcpiPsExecuteMethod'/>
