Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/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.c667 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
692 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()
703 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()
902 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvDetectGpe()
1011 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
1013 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.c569 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
H A Devrgnini.c747 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsxface.c319 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h333 } Dispatch; member
H A Daclocal.h661 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnseval.c590 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode()
H A Dnsaccess.c292 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsmethod.c745 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()