Searched refs:Notify (Results 1 - 17 of 17) sorted by relevance

/barrelfish-master/lib/acpica/source/components/events/
H A Devmisc.c173 * NotifyValue - Value from the Notify() request
232 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
248 Info->Notify.Node = Node;
249 Info->Notify.Value = (UINT16) NotifyValue;
250 Info->Notify.HandlerListId = HandlerListId;
251 Info->Notify.HandlerListHead = HandlerListHead;
252 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId];
255 "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n",
296 if (Info->Notify.Global->Handler)
298 Info->Notify
[all...]
H A Devgpeutil.c417 ACPI_GPE_NOTIFY_INFO *Notify; local
453 Notify = GpeEventInfo->Dispatch.NotifyList;
454 while (Notify)
456 Next = Notify->Next;
457 ACPI_FREE (Notify);
458 Notify = Next;
H A Devxface.c273 if (HandlerObj->Notify.Handler == Handler)
279 HandlerObj = HandlerObj->Notify.Next[i];
293 HandlerObj->Notify.Node = Node;
294 HandlerObj->Notify.HandlerType = HandlerType;
295 HandlerObj->Notify.Handler = Handler;
296 HandlerObj->Notify.Context = Context;
304 HandlerObj->Notify.Next[i] =
440 (HandlerObj->Notify.Handler != Handler))
443 HandlerObj = HandlerObj->Notify.Next[i];
456 PreviousHandlerObj->Notify
[all...]
H A Devgpe.c638 ACPI_GPE_NOTIFY_INFO *Notify; local
660 Notify = GpeEventInfo->Dispatch.NotifyList;
661 while (ACPI_SUCCESS (Status) && Notify)
664 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
666 Notify = Notify->Next;
730 * complete (i.e., finish execution of Notify)
H A Devxfgpe.c449 ACPI_GPE_NOTIFY_INFO *Notify; local
534 Notify = GpeEventInfo->Dispatch.NotifyList;
535 while (Notify)
537 if (Notify->DeviceNode == DeviceNode)
542 Notify = Notify->Next;
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_par.c141 #define Notify(text) { if (GlobalFlags & ENG_TRACE_FLAG) {\ macro
267 Notify("Publishing\n");
335 Notify("Unpublishing\n");
360 Notify("Got failure\n");
368 Notify("Pruned - Waiting for a job\n");
498 Notify("Got a job\n");
515 Notify("Got a job\n");
549 Notify("Public cut\n");
558 Notify("Got new job in cut\n");
561 Notify("Publi
[all...]
H A Dworker.c101 #define Notify(text) \ macro
779 /* Aport Notify Procedures */
798 Notify("Got HALT_SYSTEM1 message");
809 Notify("Got HALT_SYSTEM2 message");
837 Notify("Got SENT_INIT_PORT_NAMES message");
842 Notify("Got ALL_CONNECTED message");
847 Notify("Got ROOT_INITIALISED message");
852 Notify("Got GOTO_SLEEP message");
857 Notify("Got WAKEUP message");
862 Notify("Go
[all...]
H A Dwm.c141 #define Notify(text) { if (wm_verbose) { printf(text); }} macro
1070 /*------------------ Notify Procedures ----------------------------*/
1103 Notify("WM: Got EXITING message\n");
1115 Notify("WM: Got HALT_SYSTEM_REQ message\n");
1382 Notify("WM: Got STATUS_REQ message\n");
1388 Notify("WM: Got START_TRACING message\n");
1393 Notify("WM: Got STOP_TRACING message\n");
1415 Notify("WM: Got ADD_WORKERS message\n");
1422 Notify("WM: Got SLEEP_WORKERS message\n");
1436 Notify("W
[all...]
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbdisply.c899 ACPI_GPE_NOTIFY_INFO *Notify; local
1043 Notify = GpeEventInfo->Dispatch.NotifyList;
1044 while (Notify)
1047 Notify = Notify->Next;
1050 AcpiOsPrintf ("Implicit Notify on %u devices",
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexdump.c204 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[0]), "System Notify"},
205 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Device.NotifyList[1]), "Device Notify"},
255 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[0]), "System Notify"},
256 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (PowerResource.NotifyList[1]), "Device Notify"},
266 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
267 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
274 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[0]), "System Notify"},
275 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (ThermalZone.NotifyList[1]), "Device Notify"},
339 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Notify.Node), "Node"},
340 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify
[all...]
/barrelfish-master/lib/acpica/source/include/
H A Dactbl1.h645 /* Values for Notify Type field above */
705 ACPI_HEST_NOTIFY Notify; member in struct:acpi_hest_ia_corrected
773 ACPI_HEST_NOTIFY Notify; member in struct:acpi_hest_generic
791 ACPI_HEST_NOTIFY Notify; member in struct:acpi_hest_generic_v2
H A Dacobject.h602 ACPI_OBJECT_NOTIFY_HANDLER Notify; member in union:acpi_operand_object
H A Daclocal.h598 /* Notify info for implicit notify, multiple device objects */
609 * of dispatch - Method, Handler, or Implicit Notify.
873 * Notify info - used to pass info to the deferred notify
899 ACPI_NOTIFY_INFO Notify; member in union:acpi_generic_state
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutdelete.c647 NextObject = PrevObject->Notify.Next[i];
/barrelfish-master/lib/acpica/source/common/
H A Ddmtbinfo.c1357 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0},
1418 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
1435 {ACPI_DMT_HESTNTFY, ACPI_HEST10_OFFSET (Notify), "Notify", 0},
1445 {ACPI_DMT_HESTNTYP, ACPI_HESTN_OFFSET (Type), "Notify Type", 0},
1446 {ACPI_DMT_UINT8, ACPI_HESTN_OFFSET (Length), "Notify Length", DT_LENGTH},
/barrelfish-master/doc/026-device-queues/
H A Ddevif.tex368 \section{Notify}
369 Notify informs the client on the other side of the queue that there might be buffers
372 is no guarantee to when the buffer is processed. Notify ensures, that
374 is transferred. Notify is a performance optimization mechanism and not strictly necessary.
366 \\end{itemize} section
/barrelfish-master/lib/acpica/source/tools/examples/
H A Dextables.c559 Notify (\, Zero)

Completed in 213 milliseconds