<dec f='src/src/sys/external/bsd/acpica/dist/include/acdispat.h' l='350' type='void AcpiDsDeleteResultIfNotUsed(ACPI_PARSE_OBJECT * Op, ACPI_OPERAND_OBJECT * ResultObj, ACPI_WALK_STATE * WalkState)'/>
<def f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsutils.c' l='359' ll='395' type='void AcpiDsDeleteResultIfNotUsed(ACPI_PARSE_OBJECT * Op, ACPI_OPERAND_OBJECT * ResultObj, ACPI_WALK_STATE * WalkState)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/dispatcher/dsutils.c' l='342'>/*******************************************************************************
 *
 * FUNCTION:    AcpiDsDeleteResultIfNotUsed
 *
 * PARAMETERS:  Op              - Current parse Op
 *              ResultObj       - Result of the operation
 *              WalkState       - Current state
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Used after interpretation of an opcode. If there is an internal
 *              result descriptor, check if the parent opcode will actually use
 *              this result. If not, delete the result now so that it will
 *              not become orphaned.
 *
 ******************************************************************************/</doc>
<use f='src/src/sys/external/bsd/acpica/dist/dispatcher/dswexec.c' l='768' u='c' c='AcpiDsExecEndOp'/>
