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 684 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
686 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
688 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
690 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
694 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
698 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
700 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
702 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status);
704 Status = AcpiInstallNotifyHandler (Handle, ACPI_ALL_NOTIFY,
706 ACPI_CHECK_OK (AcpiInstallNotifyHandler, Status)
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evxface.c 181 * FUNCTION: AcpiInstallNotifyHandler
204 AcpiInstallNotifyHandler (
217 ACPI_FUNCTION_TRACE (AcpiInstallNotifyHandler);
360 ACPI_EXPORT_SYMBOL (AcpiInstallNotifyHandler)
  /src/sys/external/bsd/acpica/dist/tools/examples/
examples.c 504 Status = AcpiInstallNotifyHandler (ACPI_ROOT_OBJECT,
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 929 AcpiInstallNotifyHandler (
  /src/sys/dev/acpi/
acpi.c 526 rv = AcpiInstallNotifyHandler(ACPI_ROOT_OBJECT,
532 rv = AcpiInstallNotifyHandler(ACPI_ROOT_OBJECT,

Completed in 22 milliseconds