Home
last modified time | relevance | path

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

12

/netbsd/src/sys/external/bsd/acpica/dist/events/
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()
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()
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()
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()
Devgpeinit.c566 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
/netbsd/src/sys/arch/emips/stand/common/
Dstart.S105 bne k1,zero,Dispatch
113 EXPORT(Dispatch)
/netbsd/src/sys/external/bsd/acpica/dist/parser/
Dpsxface.c322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacobject.h334 } Dispatch; member
Daclocal.h662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dpower8.md33 ; Dispatch group reservations
52 ; Dispatch slots are allocated in order conforming to program order.
Dpower10.md42 ; Dispatch slots are allocated in order conforming to program order.
55 ; Dispatch port reservations
Dpower7.md51 ; Dispatch slots are allocated in order conforming to program order.
Dpower5.md50 ; Dispatch slots are allocated in order conforming to program order.
Dpower4.md70 ; Dispatch slots are allocated in order conforming to program order.
Dpower9.md41 ; Dispatch port reservations
/netbsd/src/sys/external/bsd/acpica/dist/namespace/
Dnsaccess.c329 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/netbsd/src/sys/external/bsd/acpica/dist/dispatcher/
Ddsmethod.c757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
/netbsd/src/sys/external/bsd/acpica/dist/debugger/
Ddbdisply.c1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dcortex-a15-neon.md215 ;; Dispatch unit.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20043309 (__complex_abs): New. Dispatch to built-ins.
3311 (__complex_arg): New. Dispatch to built-ins.
3313 (__complex_cos): New. Dispatch to built-ins.
3315 (__complex_cosh): New. Dispatch to built-ins.
3317 (__complex_exp): New. Dispatch to built-ins.
3319 (__complex_log): New. Dispatch to built-ins.
3321 (__complex_sin): New. Dispatch to built-ins.
3323 (__complex_sinh): New. Dispatch to built-ins.
3325 (__complex_sqrt): New. Dispatch to built-ins.
3327 (__complex_tan): New. Dispatch to built-ins.
[all …]
DChangeLog-2012925 * include/bits/forward_list.h (forward_list::assign): Dispatch to new
3122 * include/bits/stl_vector.h (vector::operator=(vector&&)): Dispatch
DChangeLog-20034255 (underflow): Dispatch to _M_underflow(false).
4256 (uflow): Dispatch to _M_underflow(true).
4285 * include/bits/basic_string.h (basic_string::replace): Dispatch
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
DChangeLog-1999-20031888 * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
/netbsd/src/external/bsd/wpa/dist/hostapd/
DChangeLog658 - Dispatch more WPS events through hostapd ctrl_iface.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in5024 * Dispatch Tables:: Output of jump tables.
6309 @node Dispatch Tables
6310 @subsection Output of Dispatch Tables

12