Searched defs:callback (Results 1 - 25 of 264) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.h18 SBBreakpointHitCallback callback; member in struct:lldb::CallbackData
H A DSBBreakpointOptionCommon.cpp41 SBBreakpointCallbackBaton(SBBreakpointHitCallback callback, void *baton) argument
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_connected.c69 void vchiq_add_connected_callback(VCHIQ_CONNECTED_CALLBACK_T callback) argument
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_getmap.c61 ypxfr_get_map(char *map, char *domain, char *host, int (*callback)(int, char *, int, char *, int, char*)) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamCallback.cpp15 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) argument
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h114 template <typename T> void forEachSymbol(T callback) { argument
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.h66 void (*callback)(void *arg, u_int32_t code, member in struct:async_node
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv_vc_mgr.h53 ixl_vc_callback_t *callback; member in struct:ixl_vc_cmd
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp36 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback, argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp33 void SetCheckFailedCallback(CheckFailedCallbackType callback) {} argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h86 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member in struct:EmulateInstructionMIPS64::__anon1451
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h75 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member in struct:lldb_private::EmulateInstructionPPC64::Opcode
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp101 ParseLinuxMapRegions(llvm::StringRef linux_map, LinuxMapCallback const &callback) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp14 ThreadPlanCallOnFunctionExit( Thread &thread, const Callback &callback) argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp49 forEachUndefines(File &file, UndefCallback callback) argument
/freebsd-11-stable/sys/xen/xenstore/
H A Dxenstorevar.h71 xs_watch_cb_t *callback; member in struct:xs_watch
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.h49 bus_dmamap_callback_t *callback; member in struct:bus_dmamap_dmar
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h93 Callback callback; member in struct:lldb_private::MainLoop::SignalInfo
H A DMainLoopBase.h43 RegisterReadObject(const lldb::IOObjectSP &object_sp, const Callback &callback, Status &error) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp90 StartMonitoring( const Host::MonitorChildProcessCallback &callback, bool monitor_signals) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp22 bool AddDieCallback(DieCallbackType callback) { argument
32 bool RemoveDieCallback(DieCallbackType callback) { argument
46 void SetUserDieCallback(DieCallbackType callback) { argument
63 void SetCheckFailedCallback(CheckFailedCallbackType callback) { argument
91 void __sanitizer_set_death_callback(void (*callback)(voi argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-gimple.h166 walk_tree_fn callback; member in struct:walk_stmt_info
/freebsd-11-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c98 void umem_nofail_callback(umem_nofail_callback_t *callback) argument
/freebsd-11-stable/sys/riscv/riscv/
H A Dbusdma_machdep.c72 __bus_dmamap_waitok(bus_dma_tag_t dmat, bus_dmamap_t map, struct memdesc *mem, bus_dmamap_callback_t *callback, void *callback_arg) argument
/freebsd-11-stable/sys/dev/fb/
H A Dsplash.c167 splash_init(video_adapter_t *adp, int (*callback)(int, void *), void *arg) argument

Completed in 373 milliseconds

1234567891011