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

  /src/sys/external/bsd/acpica/dist/events/
evgpeutil.c 480 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
481 GpeEventInfo->Dispatch.Handler = NULL;
489 Notify = GpeEventInfo->Dispatch.NotifyList;
497 GpeEventInfo->Dispatch.NotifyList = NULL;
evgpe.c 3 * Module Name: evgpe - General Purpose Event handling and dispatch
609 /* Detect and dispatch one GPE bit */
658 /* Do the correct dispatch - normal method or implicit notify */
665 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
674 Notify = GpeEventInfo->Dispatch.NotifyList;
699 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode;
710 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode)));
819 * DESCRIPTION: Detect and dispatch a General Purpose Event to either a function
916 /* Dispatch the event to a raw handler */
918 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler
    [all...]
evxface.c 749 * invoked at interrupt level at the time of the event dispatch.
1031 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
1059 GpeEventInfo->Dispatch.Handler = Handler;
1061 /* Setup up dispatch flags to indicate handler (vs. method/notify) */
1230 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1238 Handler = GpeEventInfo->Dispatch.Handler;
1239 GpeEventInfo->Dispatch.Handler = NULL;
1241 /* Restore Method node (if any), set dispatch flags */
1243 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
evxfgpe.c 651 Notify = GpeEventInfo->Dispatch.NotifyList;
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
666 GpeEventInfo->Dispatch.NotifyList = NewNotify;
887 * DESCRIPTION: Detect and dispatch a General Purpose Event to either a function
evgpeinit.c 419 * information for quick lookup during GPE dispatch. Allows a
562 * use during dispatch of this GPE.
566 GpeEventInfo->Dispatch.MethodNode = MethodNode;
  /src/sys/arch/emips/stand/common/
start.S 105 bne k1,zero,Dispatch
113 EXPORT(Dispatch)
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 334 } Dispatch;
aclocal.h 613 /* Dispatch info for each host-installed SCI handler */
623 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
645 * GPE dispatch info. At any time, the GPE can have at most one type
646 * of dispatch - Method, Handler, or Implicit Notify.
662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
  /src/sys/external/bsd/acpica/dist/parser/
psxface.c 322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 329 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 764 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 2 #include <dispatch/dispatch.h>
89 // Tests for the Grand Central Dispatch. See
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 1103 Notify = GpeEventInfo->Dispatch.NotifyList;

Completed in 21 milliseconds