Searched refs:AcpiGbl_FixedEventInfo (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devevent.c203 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF)
206 AcpiGbl_FixedEventInfo[i].EnableRegisterId,
262 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) &&
263 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask))
310 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
320 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
H A Devxfevnt.c213 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
223 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
279 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
287 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
340 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
398 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
413 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwsleep.c345 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId,
349 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId,
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutglobal.c178 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutglobal.c178 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacglobal.h284 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];

Completed in 286 milliseconds