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 341 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[0]);
342 AcpiDbEnumerateObject (ObjDesc->Device.NotifyList[1]);
362 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[0]);
363 AcpiDbEnumerateObject (ObjDesc->PowerResource.NotifyList[1]);
368 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]);
369 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]);
375 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[0]);
376 AcpiDbEnumerateObject (ObjDesc->ThermalZone.NotifyList[1]);
dbdisply.c 1103 Notify = GpeEventInfo->Dispatch.NotifyList;
  /src/sys/external/bsd/acpica/dist/events/
evgpeutil.c 489 Notify = GpeEventInfo->Dispatch.NotifyList;
497 GpeEventInfo->Dispatch.NotifyList = NULL;
evxface.c 306 HandlerObj = ObjDesc->CommonNotify.NotifyList[i];
341 ObjDesc->CommonNotify.NotifyList[i];
343 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj;
470 HandlerObj = ObjDesc->CommonNotify.NotifyList[i];
497 ObjDesc->CommonNotify.NotifyList[i] =
evxfgpe.c 651 Notify = GpeEventInfo->Dispatch.NotifyList;
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
666 GpeEventInfo->Dispatch.NotifyList = NewNotify;
evmisc.c 258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId];
evgpe.c 674 Notify = GpeEventInfo->Dispatch.NotifyList;
  /src/sys/external/bsd/acpica/dist/executer/
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"},
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 362 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
aclocal.h 652 ACPI_GPE_NOTIFY_INFO *NotifyList; /* List of _PRW devices for implicit notifies */
662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 698 PrevObject = Object->CommonNotify.NotifyList[i];

Completed in 365 milliseconds