HomeSort by: relevance | last modified time | path
    Searched refs:NotifyList (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 233 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]);
234 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]);
254 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[0]);
255 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[1]);
260 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]);
261 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]);
267 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[0]);
268 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[1]);
dbdisply.c 995 Notify = GpeEventInfo->Dispatch.NotifyList;
  /src/sys/external/bsd/acpica/dist/events/
evgpeutil.c 381 Notify = GpeEventInfo->Dispatch.NotifyList;
389 GpeEventInfo->Dispatch.NotifyList = NULL;
evxface.c 198 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] =
evxfgpe.c 543 Notify = GpeEventInfo->Dispatch.NotifyList;
557 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
558 GpeEventInfo->Dispatch.NotifyList = NewNotify;
evmisc.c 150 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId];
evgpe.c 566 Notify = GpeEventInfo->Dispatch.NotifyList;
  /src/sys/external/bsd/acpica/dist/executer/
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"},
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 254 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
aclocal.h 545 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */
555 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 590 PrevObject = Object->CommonNotify.NotifyList[i];

Completed in 26 milliseconds