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

  /src/sys/external/bsd/acpica/dist/utilities/
utdecode.c 502 * PARAMETERS: NotifyValue - Value from the Notify() request
562 UINT32 NotifyValue,
568 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX)
570 return (AcpiGbl_GenericNotify[NotifyValue]);
575 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY)
582 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX)
588 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]);
591 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]);
594 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]);
603 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evmisc.c 101 * 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));
  /src/sys/external/bsd/acpica/dist/compiler/
aslstubs.c 141 UINT32 NotifyValue)
  /src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c 184 UINT8 NotifyValue;
198 NotifyValue = (UINT8) NextOp->Common.AmlOpcode;
203 NotifyValue = (UINT8) NextOp->Asl.Value.Integer;
221 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type));
  /src/sys/external/bsd/acpica/dist/include/
acevents.h 93 UINT32 NotifyValue);
acutils.h 327 UINT32 NotifyValue,

Completed in 16 milliseconds