<dec f='src/src/sys/external/bsd/acpica/dist/include/acpixf.h' l='794' type='ACPI_STATUS AcpiRemoveNotifyHandler(ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler)'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='559' u='c' c='acpi_detach'/>
<use f='src/src/sys/dev/acpi/acpi.c' l='565' u='c' c='acpi_detach'/>
<def f='src/src/sys/external/bsd/acpica/dist/events/evxface.c' l='272' ll='408' type='ACPI_STATUS AcpiRemoveNotifyHandler(ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/events/evxface.c' l='255'>/*******************************************************************************
 *
 * FUNCTION:    AcpiRemoveNotifyHandler
 *
 * PARAMETERS:  Device          - The device for which the handler is installed
 *              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
 *
 * RETURN:      Status
 *
 * DESCRIPTION: Remove a handler for notifies on an ACPI device
 *
 ******************************************************************************/</doc>
