Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/events/
H A Devgpeutil.c372 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()
373 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()
381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
389 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
H A Devgpe.c503 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvGpeDetect()
588 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
613 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()
624 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()
800 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
802 GpeEventInfo->Dispatch.Handler->Context); in AcpiEvGpeDispatch()
H A Devxface.c923 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL()
951 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()
1122 if (GpeEventInfo->Dispatch.Handler->Address != Address) in ACPI_EXPORT_SYMBOL()
1130 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()
1131 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()
1135 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode; in ACPI_EXPORT_SYMBOL()
H A Devxfgpe.c462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
477 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
H A Devgpeinit.c458 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
H A Devrgnini.c623 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
/titanic_50/usr/src/uts/intel/io/acpica/parser/
H A Dpsxface.c211 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/titanic_50/usr/src/uts/intel/io/acpica/namespace/
H A Dnseval.c456 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode()
H A Dnsaccess.c181 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacobject.h223 } Dispatch; member
H A Daclocal.h553 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsmethod.c629 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()