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 610 * PARAMETERS: NotifyValue - Value from the Notify() request
670 UINT32 NotifyValue,
676 if (NotifyValue <= ACPI_GENERIC_NOTIFY_MAX)
678 return (AcpiGbl_GenericNotify[NotifyValue]);
683 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY)
690 if (NotifyValue <= ACPI_SPECIFIC_NOTIFY_MAX)
696 return (AcpiGbl_DeviceNotify [NotifyValue - 0x80]);
699 return (AcpiGbl_ProcessorNotify [NotifyValue - 0x80]);
702 return (AcpiGbl_ThermalNotify [NotifyValue - 0x80]);
711 if (NotifyValue <= ACPI_MAX_DEVICE_SPECIFIC_NOTIFY
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evmisc.c 209 * NotifyValue - Value from the Notify() request
221 UINT32 NotifyValue)
242 if (NotifyValue <= ACPI_MAX_SYS_NOTIFY)
269 AcpiUtGetNodeName (Node), NotifyValue, Node));
285 Info->Notify.Value = (UINT16) NotifyValue;
293 NotifyValue, AcpiUtGetNotifyName (NotifyValue, ACPI_TYPE_ANY), Node));
  /src/sys/external/bsd/acpica/dist/compiler/
aslstubs.c 249 UINT32 NotifyValue)
  /src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c 292 UINT8 NotifyValue;
306 NotifyValue = (UINT8) NextOp->Common.AmlOpcode;
311 NotifyValue = (UINT8) NextOp->Asl.Value.Integer;
329 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type));
  /src/sys/external/bsd/acpica/dist/include/
acevents.h 201 UINT32 NotifyValue);
acutils.h 435 UINT32 NotifyValue,

Completed in 15 milliseconds