Home
last modified time | relevance | path

Searched refs:NotifyValue (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutdecode.c562 UINT32 NotifyValue, in AcpiUtGetNotifyName() argument
568 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX) in AcpiUtGetNotifyName()
570 return (AcpiGbl_GenericNotify[NotifyValue]); in AcpiUtGetNotifyName()
575 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiUtGetNotifyName()
582 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX) in AcpiUtGetNotifyName()
588 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()
591 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()
594 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]); in AcpiUtGetNotifyName()
603 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY) in AcpiUtGetNotifyName()
/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devmisc.c113 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
134 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY) in AcpiEvQueueNotifyRequest()
161 AcpiUtGetNodeName (Node), NotifyValue, Node)); in AcpiEvQueueNotifyRequest()
177 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
185 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node)); in AcpiEvQueueNotifyRequest()
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmopcode.c184 UINT8 NotifyValue; in AcpiDmNotifyDescription() local
198 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; in AcpiDmNotifyDescription()
203 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()
221 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type)); in AcpiDmNotifyDescription()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslstubs.c141 UINT32 NotifyValue) in AcpiEvQueueNotifyRequest() argument
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacevents.h93 UINT32 NotifyValue);
H A Dacutils.h327 UINT32 NotifyValue,