<dec f='src/src/sys/external/bsd/acpica/dist/include/acevents.h' l='359' type='ACPI_STATUS AcpiEvRemoveAllSciHandlers()'/>
<use f='src/src/sys/external/bsd/acpica/dist/events/evmisc.c' l='308' u='c' c='AcpiEvTerminate'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evsci.c' l='245' ll='280' type='ACPI_STATUS AcpiEvRemoveAllSciHandlers()'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evsci.c' l='226'>/******************************************************************************
 *
 * FUNCTION:    AcpiEvRemoveAllSciHandlers
 *
 * PARAMETERS:  none
 *
 * RETURN:      AE_OK if handler uninstalled, AE_ERROR if handler was not
 *              installed to begin with
 *
 * DESCRIPTION: Remove the SCI interrupt handler. No further SCIs will be
 *              taken. Remove all host-installed SCI handlers.
 *
 * Note:  It doesn&apos;t seem important to disable all events or set the event
 *        enable registers to their original values. The OS should disable
 *        the SCI interrupt level when the handler is removed, so no more
 *        events will come in.
 *
 ******************************************************************************/</doc>
