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 209 * NotifyValue - Value from the Notify() request
240 /* Get the correct notify list type (System or Device) */
251 /* Get the notify object attached to the namespace Node */
262 * If there is no notify handler (Global or Local)
263 * for this object, just ignore the notify
268 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
274 /* Setup notify info and schedule the notify dispatcher */
284 Info->Notify.Node = Node
    [all...]
evgpeutil.c 453 ACPI_GPE_NOTIFY_INFO *Notify;
489 Notify = GpeEventInfo->Dispatch.NotifyList;
490 while (Notify)
492 Next = Notify->Next;
493 ACPI_FREE (Notify);
494 Notify = Next;
evxface.c 197 * type of notify (System/Device). Device/Thermal/Processor objects
198 * may have one device notify handler, and multiple system notify
236 * Registering a notify handler on the root object indicates that the
238 * only one global handler can be registered per notify type.
258 goto UnlockAndExit; /* Global notify handler installed, all done */
309 if (HandlerObj->Notify.Handler == Handler)
315 HandlerObj = HandlerObj->Notify.Next[i];
320 /* Create and populate a new notify handler object */
329 HandlerObj->Notify.Node = Node
    [all...]
evgpe.c 652 ACPI_GPE_NOTIFY_INFO *Notify;
658 /* Do the correct dispatch - normal method or implicit notify */
664 * Implicit notify.
665 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
667 * completes. The notify handlers are NOT invoked synchronously
671 * June 2012: Expand implicit notify mechanism to support
674 Notify = GpeEventInfo->Dispatch.NotifyList;
675 while (ACPI_SUCCESS (Status) && Notify)
678 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
680 Notify = Notify->Next
    [all...]
evxfgpe.c 487 * there won't be any notify handlers installed for device wake notifications
556 ACPI_GPE_NOTIFY_INFO *Notify;
570 * implicit notify feature on all hosts.
594 * Allocate a new notify object up front, in case it is needed.
618 * known as an "implicit notify". Note: The GPE is assumed to be
625 * This is the first device for implicit notify on this GPE.
626 * Just set the flags here, and enter the NOTIFY block below.
643 * If we already have an implicit notify on this GPE, add
644 * this device to the notify list.
651 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 959 ACPI_GPE_NOTIFY_INFO *Notify;
1103 Notify = GpeEventInfo->Dispatch.NotifyList;
1104 while (Notify)
1107 Notify = Notify->Next;
1110 AcpiOsPrintf ("Implicit Notify on %u devices",
  /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"},
375 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Notify.Node), "Node"},
376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"}
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 161 * address space handlers and notify handlers. The object is a constant
365 /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
646 ACPI_OBJECT_NOTIFY_HANDLER Notify;
actbl1.h 1955 /* Values for Notify Type field above */
2016 ACPI_HEST_NOTIFY Notify;
2084 ACPI_HEST_NOTIFY Notify;
2102 ACPI_HEST_NOTIFY Notify;
2187 ACPI_HEST_NOTIFY Notify;
aclocal.h 635 /* Notify info for implicit notify, multiple device objects */
646 * of dispatch - Method, Handler, or Implicit Notify.
921 * Notify info - used to pass info to the deferred notify
947 ACPI_NOTIFY_INFO Notify;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 1724 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0},
1785 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
1802 {ACPI_DMT_HESTNTFY, ACPI_HEST10_OFFSET (Notify), "Notify", 0},
1823 {ACPI_DMT_HESTNTFY, ACPI_HEST11_OFFSET (Notify), "Notify", 0},
1833 {ACPI_DMT_HESTNTYP, ACPI_HESTN_OFFSET (Type), "Notify Type", 0},
1834 {ACPI_DMT_UINT8, ACPI_HESTN_OFFSET (Length), "Notify Length", DT_LENGTH}
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 259 * These objects have a possible list of notify handlers.
693 * Update the notify objects for these types (if present)
694 * Two lists, system and device notify handlers.
701 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 595 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 31 milliseconds