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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeutil.c500 Notify = GpeEventInfo->Dispatch.NotifyList;
507 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devxface.c256 HandlerObj = ObjDesc->CommonNotify.NotifyList[i];
291 ObjDesc->CommonNotify.NotifyList[i];
293 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj;
414 HandlerObj = ObjDesc->CommonNotify.NotifyList[i];
441 ObjDesc->CommonNotify.NotifyList[i] =
H A Devmisc.c220 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId];
H A Devxfgpe.c458 Notify = GpeEventInfo->Dispatch.NotifyList;
472 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
473 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devgpe.c665 Notify = LocalGpeEventInfo->Dispatch.NotifyList;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c206 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[0]), "System Notify"},
207 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[1]), "Device Notify"}
254 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[0]), "System Notify"},
255 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[1]), "Device Notify"}
264 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
265 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
272 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[0]), "System Notify"},
273 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[1]), "Device Notify"},
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h320 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
H A Daclocal.h554 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member in union:acpi_gpe_dispatch_info
564 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c634 PrevObject = Object->CommonNotify.NotifyList[i];

Completed in 63 milliseconds