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

  /src/sys/external/bsd/acpica/dist/events/
evevent.c 203 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF)
206 AcpiGbl_FixedEventInfo[i].EnableRegisterId,
267 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) &&
268 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask))
315 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
325 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
evxfevnt.c 220 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
230 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
293 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
301 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
361 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
419 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
434 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
  /src/sys/external/bsd/acpica/dist/hardware/
hwsleep.c 353 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId,
357 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId,
363 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].EnableRegisterId,
367 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].StatusRegisterId,
  /src/sys/external/bsd/acpica/dist/utilities/
utglobal.c 175 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] =
  /src/sys/external/bsd/acpica/dist/include/
acglobal.h 279 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];

Completed in 15 milliseconds