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

  /src/sys/external/bsd/acpica/dist/events/
evmisc.c 101 * NotifyValue - Value from the Notify() request
132 /* Get the correct notify list type (System or Device) */
143 /* Get the notify object attached to the namespace Node */
154 * If there is no notify handler (Global or Local)
155 * for this object, just ignore the notify
160 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
166 /* Setup notify info and schedule the notify dispatcher */
176 Info->Notify.Node = Node
    [all...]
evgpeutil.c 345 ACPI_GPE_NOTIFY_INFO *Notify;
381 Notify = GpeEventInfo->Dispatch.NotifyList;
382 while (Notify)
384 Next = Notify->Next;
385 ACPI_FREE (Notify);
386 Notify = Next;
evxface.c 89 * type of notify (System/Device). Device/Thermal/Processor objects
90 * may have one device notify handler, and multiple system notify
128 * Registering a notify handler on the root object indicates that the
130 * only one global handler can be registered per notify type.
150 goto UnlockAndExit; /* Global notify handler installed, all done */
201 if (HandlerObj->Notify.Handler == Handler)
207 HandlerObj = HandlerObj->Notify.Next[i];
212 /* Create and populate a new notify handler object */
221 HandlerObj->Notify.Node = Node
    [all...]
evgpe.c 544 ACPI_GPE_NOTIFY_INFO *Notify;
550 /* Do the correct dispatch - normal method or implicit notify */
556 * Implicit notify.
557 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
559 * completes. The notify handlers are NOT invoked synchronously
563 * June 2012: Expand implicit notify mechanism to support
566 Notify = GpeEventInfo->Dispatch.NotifyList;
567 while (ACPI_SUCCESS (Status) && Notify)
570 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
572 Notify = Notify->Next
    [all...]
evxfgpe.c 379 * there won't be any notify handlers installed for device wake notifications
448 ACPI_GPE_NOTIFY_INFO *Notify;
462 * implicit notify feature on all hosts.
486 * Allocate a new notify object up front, in case it is needed.
510 * known as an "implicit notify". Note: The GPE is assumed to be
517 * This is the first device for implicit notify on this GPE.
518 * Just set the flags here, and enter the NOTIFY block below.
535 * If we already have an implicit notify on this GPE, add
536 * this device to the notify list.
543 Notify = GpeEventInfo->Dispatch.NotifyList
    [all...]
  /src/sys/dev/acpi/
apei_hest.c 228 MAX(1, mstohz(ghes->Notify.PollInterval)));
258 MAX(1, mstohz(ghes_v2->Notify.PollInterval)));
401 switch (ghes->Notify.Type) {
403 if (ghes->Notify.PollInterval == 0) /* paranoia */
454 switch (ghes->Notify.Type) {
456 if (ghes->Notify.PollInterval == 0) /* paranoia */
588 switch (ghes_v2->Notify.Type) {
590 if (ghes_v2->Notify.PollInterval == 0) /* paranoia */
641 switch (ghes_v2->Notify.Type) {
643 if (ghes_v2->Notify.PollInterval == 0) /* paranoia *
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 851 ACPI_GPE_NOTIFY_INFO *Notify;
995 Notify = GpeEventInfo->Dispatch.NotifyList;
996 while (Notify)
999 Notify = Notify->Next;
1002 AcpiOsPrintf ("Implicit Notify on %u devices",
  /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"},
267 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Notify.Node), "Node"},
268 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"}
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 53 * address space handlers and notify handlers. The object is a constant
257 /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
538 ACPI_OBJECT_NOTIFY_HANDLER Notify;
actbl1.h 1848 /* Values for Notify Type field above */
1909 ACPI_HEST_NOTIFY Notify;
1977 ACPI_HEST_NOTIFY Notify;
1995 ACPI_HEST_NOTIFY Notify;
2080 ACPI_HEST_NOTIFY Notify;
aclocal.h 527 /* Notify info for implicit notify, multiple device objects */
538 * of dispatch - Method, Handler, or Implicit Notify.
813 * Notify info - used to pass info to the deferred notify
839 ACPI_NOTIFY_INFO Notify;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 1616 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0},
1677 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
1694 {ACPI_DMT_HESTNTFY, ACPI_HEST10_OFFSET (Notify), "Notify", 0},
1715 {ACPI_DMT_HESTNTFY, ACPI_HEST11_OFFSET (Notify), "Notify", 0},
1725 {ACPI_DMT_HESTNTYP, ACPI_HESTN_OFFSET (Type), "Notify Type", 0},
1726 {ACPI_DMT_UINT8, ACPI_HESTN_OFFSET (Length), "Notify Length", DT_LENGTH}
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 151 * These objects have a possible list of notify handlers.
585 * Update the notify objects for these types (if present)
586 * Two lists, system and device notify handlers.
593 NextObject = PrevObject->Notify.Next[i];
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 944 Notify (\DEV1, 0)
945 Notify (\THM1, 0)
946 Notify (\_PR.CPU0, 0)
984 Notify (DEV1, Arg0)
2796 Notify (\PRW1, 2)
2864 // This Notify is commented because it causes a
2867 // Notify (\_SB_.ACAD, 0)
9328 Notify (\_SB_, 0x29)
9330 { Notify (\_SB_.SMIS, 0x21)}
9333 { Notify (\_SB_.SMIS, 0x22)
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 487 Notify (\, Zero)
  /src/usr.sbin/acpitools/acpidump/
acpi.c 441 acpi_print_hest_notify(ACPI_HEST_NOTIFY *notify)
445 switch (notify->Type) {
483 printf("%d (reserved)", notify->Type);
488 printf("\t\tLength=%d\n", notify->Length);
493 PRINTFLAG(notify->ConfigWriteEnable, TYPE);
494 PRINTFLAG(notify->ConfigWriteEnable, POLL_INTERVAL);
495 PRINTFLAG(notify->ConfigWriteEnable, POLL_THRESHOLD_VALUE);
496 PRINTFLAG(notify->ConfigWriteEnable, POLL_THRESHOLD_WINDOW);
497 PRINTFLAG(notify->ConfigWriteEnable, ERR_THRESHOLD_VALUE);
498 PRINTFLAG(notify->ConfigWriteEnable, ERR_THRESHOLD_WINDOW)
    [all...]

Completed in 48 milliseconds