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

  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 495 ACPI_EVENT_STATUS *EventStatus)
498 ACPI_EVENT_STATUS LocalEventStatus = 0;
evxfgpe.c 845 ACPI_EVENT_STATUS *EventStatus)
  /src/sys/external/bsd/acpica/dist/include/
achware.h 304 ACPI_EVENT_STATUS *EventStatus);
actypes.h 889 * The encoding of ACPI_EVENT_STATUS is illustrated below.
904 typedef UINT32 ACPI_EVENT_STATUS;
906 #define ACPI_EVENT_FLAG_DISABLED (ACPI_EVENT_STATUS) 0x00
907 #define ACPI_EVENT_FLAG_ENABLED (ACPI_EVENT_STATUS) 0x01
908 #define ACPI_EVENT_FLAG_WAKE_ENABLED (ACPI_EVENT_STATUS) 0x02
909 #define ACPI_EVENT_FLAG_STATUS_SET (ACPI_EVENT_STATUS) 0x04
910 #define ACPI_EVENT_FLAG_ENABLE_SET (ACPI_EVENT_STATUS) 0x08
911 #define ACPI_EVENT_FLAG_HAS_HANDLER (ACPI_EVENT_STATUS) 0x10
912 #define ACPI_EVENT_FLAG_MASKED (ACPI_EVENT_STATUS) 0x20
acpixf.h 1040 ACPI_EVENT_STATUS *EventStatus))
1114 ACPI_EVENT_STATUS *EventStatus))
  /src/sys/external/bsd/acpica/dist/hardware/
hwgpe.c 343 ACPI_EVENT_STATUS *EventStatus)
348 ACPI_EVENT_STATUS LocalEventStatus = 0;

Completed in 17 milliseconds