HomeSort by: relevance | last modified time | path
    Searched refs:AcpiInstallNotifyHandler (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aehandlers.c 576 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
578 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
580 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
582 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
586 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
590 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
592 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
594 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
596 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
598 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status)
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evxface.c 73 * FUNCTION: AcpiInstallNotifyHandler
96 AcpiInstallNotifyHandler (
109 ACPI_FUNCTION_TRACE (AcpiInstallNotifyHandler);
252 ACPI_EXPORT_SYMBOL (AcpiInstallNotifyHandler)
  /src/sys/external/bsd/acpica/dist/tools/examples/
examples.c 396 Status = AcpiInstallNotifyHandler (ACPI_ROOT_OBJECT,
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 821 AcpiInstallNotifyHandler (
  /src/sys/dev/acpi/
acpi.c 526 rv = AcpiInstallNotifyHandler(ACPI_ROOT_OBJECT,
532 rv = AcpiInstallNotifyHandler(ACPI_ROOT_OBJECT,

Completed in 21 milliseconds