<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='786' type='ACPI_STATUS AcpiInstallNotifyHandler(ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void * Context)'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='505' u='c' c='acpi_attach'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='511' u='c' c='acpi_attach'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evxface.c' l='95' ll='250' type='ACPI_STATUS AcpiInstallNotifyHandler(ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void * Context)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evxface.c' l='71'>/*******************************************************************************
 *
 * FUNCTION:    AcpiInstallNotifyHandler
 *
 * PARAMETERS:  Device          - The device for which notifies will be handled
 *              HandlerType     - The type of handler:
 *                                  ACPI_SYSTEM_NOTIFY: System Handler (00-7F)
 *                                  ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
 *                                  ACPI_ALL_NOTIFY:    Both System and Device
 *              Handler         - Address of the handler
 *              Context         - Value passed to the handler on each GPE
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
 *              ThermalZone, or Processor object.
 *
 * NOTES:       The Root namespace object may have only one handler for each
 *              type of notify (System/Device). Device/Thermal/Processor objects
 *              may have one device notify handler, and multiple system notify
 *              handlers.
 *
 ******************************************************************************/</doc>
