Searched defs:NotifyValue (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devmisc.c101 * NotifyValue - Value from the Notify() request
113 UINT32 NotifyValue)
134 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY)
161 AcpiUtGetNodeName (Node), NotifyValue, Node));
177 Info->Notify.Value = (UINT16) NotifyValue;
185 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node));
111 AcpiEvQueueNotifyRequest( ACPI_NAMESPACE_NODE *Node, UINT32 NotifyValue) argument
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmopcode.c180 UINT8 NotifyValue; local
194 NotifyValue = (UINT8) NextOp->Common.AmlOpcode;
199 NotifyValue = (UINT8) NextOp->Asl.Value.Integer;
217 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type));
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutdecode.c499 * PARAMETERS: NotifyValue - Value from the Notify() request
557 UINT32 NotifyValue,
563 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX)
565 return (AcpiGbl_GenericNotify[NotifyValue]);
570 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY)
577 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX)
583 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]);
586 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]);
589 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]);
598 if (NotifyValue <
556 AcpiUtGetNotifyName( UINT32 NotifyValue, ACPI_OBJECT_TYPE Type) argument
[all...]

Completed in 63 milliseconds