Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/sys/contrib/dev/acpica/source/components/events/
H A Devgpeutil.c480 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()
481 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()
489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
H A Devgpe.c674 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
699 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()
710 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()
918 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvDetectGpe()
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
1029 GpeEventInfo->Dispatch.Handler->Context); in AcpiEvGpeDispatch()
H A Devxface.c1031 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL()
1059 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()
1230 if (GpeEventInfo->Dispatch.Handler->Address != Address) in ACPI_EXPORT_SYMBOL()
1238 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()
1239 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()
1243 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode; in ACPI_EXPORT_SYMBOL()
H A Devxfgpe.c651 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
666 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
H A Devgpeinit.c566 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
/dflybsd-src/sys/contrib/dev/acpica/source/components/parser/
H A Dpsxface.c322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacobject.h334 } Dispatch; member
H A Daclocal.h662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
/dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsaccess.c327 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/dflybsd-src/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsmethod.c757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
/dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c1105 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi7289 * Dispatch Tables:: Output of jump tables.
8778 @node Dispatch Tables
8779 @subsection Output of Dispatch Tables
H A Dtm.texi.in7193 * Dispatch Tables:: Output of jump tables.
8673 @node Dispatch Tables
8674 @subsection Output of Dispatch Tables
/dflybsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt1029 Dispatch active GPEs at init time") to get undone, so the problem
1799 1) Dispatch all active GPEs at initialization time so that no GPEs are
1807 5) Dispatch any pending GPEs after enabling for the first time.