Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutdecode.c575 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiUtGetNotifyName()
/netbsd/sys/external/bsd/acpica/dist/events/
H A Devmisc.c134 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiEvQueueNotifyRequest()
/netbsd/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daehandlers.c163 if (Value <= ACPI_MAX_SYS_NOTIFY) in AeCommonNotifyHandler()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactypes.h855 #define ACPI_MAX_SYS_NOTIFY 0x7F macro