<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='742' type='ACPI_STATUS AcpiInstallGlobalEventHandler(ACPI_GBL_EVENT_HANDLER Handler, void * Context)'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evxface.c' l='646' ll='685' type='ACPI_STATUS AcpiInstallGlobalEventHandler(ACPI_GBL_EVENT_HANDLER Handler, void * Context)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evxface.c' l='630'>/*******************************************************************************
 *
 * FUNCTION:    AcpiInstallGlobalEventHandler
 *
 * PARAMETERS:  Handler         - Pointer to the global event handler function
 *              Context         - Value passed to the handler on each event
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Saves the pointer to the handler function. The global handler
 *              is invoked upon each incoming GPE and Fixed Event. It is
 *              invoked at interrupt level at the time of the event dispatch.
 *              Can be used to update event counters, etc.
 *
 ******************************************************************************/</doc>
