Searched refs:NotifyList (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/intel/io/acpica/executer/ |
H A D | exdump.c | 132 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[0]), "System Notify"}, 133 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[1]), "Device Notify"}, 183 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[0]), "System Notify"}, 184 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[1]), "Device Notify"}, 194 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"}, 195 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"}, 202 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[0]), "System Notify"}, 203 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[1]), "Device Notify"},
|
/titanic_44/usr/src/uts/intel/io/acpica/events/ |
H A D | evxface.c | 198 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler() 233 ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler() 235 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj; in AcpiInstallNotifyHandler() 362 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in ACPI_EXPORT_SYMBOL() 389 ObjDesc->CommonNotify.NotifyList[i] = in ACPI_EXPORT_SYMBOL()
|
H A D | evgpeutil.c | 381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers() 389 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
|
H A D | evxfgpe.c | 462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 477 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
|
H A D | evmisc.c | 150 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
|
H A D | evgpe.c | 588 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
|
/titanic_44/usr/src/uts/intel/sys/acpi/ |
H A D | acobject.h | 251 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
|
H A D | aclocal.h | 543 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member
|
/titanic_44/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utdelete.c | 572 PrevObject = Object->CommonNotify.NotifyList[i]; in AcpiUtUpdateObjectReference()
|