Home
last modified time | relevance | path

Searched refs:NotifyList (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexdump.c240 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[0]), "System Notify"},
241 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[1]), "Device Notify"},
291 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[0]), "System Notify"},
292 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[1]), "Device Notify"},
302 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
303 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
310 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[0]), "System Notify"},
311 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[1]), "Device Notify"},
/illumos-gate/usr/src/common/acpica/events/
H A Devxface.c306 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler()
341 ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler()
343 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj; in AcpiInstallNotifyHandler()
470 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in ACPI_EXPORT_SYMBOL()
497 ObjDesc->CommonNotify.NotifyList[i] = in ACPI_EXPORT_SYMBOL()
H A Devgpeutil.c489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
H A Devxfgpe.c651 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
666 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
H A Devmisc.c258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
H A Devgpe.c667 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h361 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
H A Daclocal.h651 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutdelete.c681 PrevObject = Object->CommonNotify.NotifyList[i]; in AcpiUtUpdateObjectReference()