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

/freebsd-10.3-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c229 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]);
230 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]);
250 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[0]);
251 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[1]);
256 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]);
257 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]);
263 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[0]);
264 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[1]);
H A Ddbdisply.c956 Notify = GpeEventInfo->Dispatch.NotifyList;
/freebsd-10.3-release/sys/contrib/dev/acpica/components/events/
H A Devgpeutil.c381 Notify = GpeEventInfo->Dispatch.NotifyList;
388 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devxface.c198 HandlerObj = ObjDesc->CommonNotify.NotifyList[i];
233 ObjDesc->CommonNotify.NotifyList[i];
235 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj;
362 HandlerObj = ObjDesc->CommonNotify.NotifyList[i];
389 ObjDesc->CommonNotify.NotifyList[i] =
H A Devxfgpe.c462 Notify = GpeEventInfo->Dispatch.NotifyList;
476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
477 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devmisc.c149 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId];
H A Devgpe.c587 Notify = GpeEventInfo->Dispatch.NotifyList;
/freebsd-10.3-release/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c132 {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"},
/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Dacobject.h249 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
H A Daclocal.h508 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */ member in union:acpi_gpe_dispatch_info
518 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c567 PrevObject = Object->CommonNotify.NotifyList[i];

Completed in 313 milliseconds