Searched refs:NotifyList (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/ |
| H A D | dbstats.c | 342 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]); in AcpiDbEnumerateObject() 343 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]); in AcpiDbEnumerateObject() 363 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[0]); in AcpiDbEnumerateObject() 364 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[1]); in AcpiDbEnumerateObject() 369 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]); in AcpiDbEnumerateObject() 370 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]); in AcpiDbEnumerateObject() 376 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[0]); in AcpiDbEnumerateObject() 377 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[1]); in AcpiDbEnumerateObject()
|
| H A D | dbdisply.c | 1105 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/executer/ |
| H A D | exdump.c | 240 {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"},
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/events/ |
| H A D | evxface.c | 306 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 D | evgpeutil.c | 489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers() 497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
|
| H A D | evxfgpe.c | 651 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 D | evmisc.c | 258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
|
| H A D | evgpe.c | 674 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/include/ |
| H A D | acobject.h | 362 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
|
| H A D | aclocal.h | 652 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
| H A D | utdelete.c | 698 PrevObject = Object->CommonNotify.NotifyList[i]; in AcpiUtUpdateObjectReference()
|