Home
last modified time | relevance | path

Searched refs:ACPI_EVENT_POWER_BUTTON (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c99 if (AcpiEnableEvent(ACPI_EVENT_POWER_BUTTON, 0) != AE_OK) { in acpi_enter_sleepstate()
178 if (AcpiClearEvent(ACPI_EVENT_POWER_BUTTON) != AE_OK) { in acpi_exit_sleepstate()
/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwsleep.c466 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
470 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c1027 if (AcpiInstallFixedEventHandler(ACPI_EVENT_POWER_BUTTON, in power_probe_fixed_button()
1078 if (AcpiRemoveFixedEventHandler(ACPI_EVENT_POWER_BUTTON, in power_detach_acpi()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h859 #define ACPI_EVENT_POWER_BUTTON 2 macro