Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_cust_impl.h51 static inline ocsd_datapath_resp_t lib_cb_GenElemOp(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_GenElemOp()
61 static inline ocsd_err_t lib_cb_LogError(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_LogError()
76 static inline ocsd_err_t lib_cb_LogMsg(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_LogMsg()
88 static inline ocsd_err_t lib_cb_DecodeArmInst(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_DecodeArmInst()
96 static inline ocsd_err_t lib_cb_MemAccess(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_MemAccess()
108 static inline void lib_cb_PktMon(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_PktMon()
122 static inline int lib_cb_usePktMon(const ocsd_extern_dcd_cb_fns *callbacks) in lib_cb_usePktMon()
129 static inline ocsd_datapath_resp_t lib_cb_PktDataSink(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_PktDataSink()
144 static inline int lib_cb_usePktSink(const ocsd_extern_dcd_cb_fns *callbacks) in lib_cb_usePktSink()
149 static inline void lib_cb_updatePktCBFlags(ocsd_extern_dcd_cb_fns *callbacks, const int newFlags) in lib_cb_updatePktCBFlags()
/freebsd-src/contrib/libcbor/examples/
H A Dcjson2cbor.c30 static struct cbor_callbacks callbacks = { in cjson_cbor_load() local
55 const struct cbor_callbacks *callbacks, in cjson_cbor_stream_decode()
H A Dstreaming_parser.c52 struct cbor_callbacks callbacks = cbor_empty_callbacks; in main() local
/freebsd-src/contrib/libcbor/src/cbor/
H A Dstreaming.c45 const struct cbor_callbacks *callbacks, void *context) { in cbor_stream_decode()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h82 std::list<Callback> callbacks; member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h79 SetShouldStopHereCallbacks(const ThreadPlanShouldStopHereCallbacks *callbacks, in SetShouldStopHereCallbacks()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp30 ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks, in ThreadPlanShouldStopHere()
H A DProcess.cpp578 RegisterNotificationCallbacks(const Notifications & callbacks) RegisterNotificationCallbacks() argument
584 UnregisterNotificationCallbacks(const Notifications & callbacks) UnregisterNotificationCallbacks() argument
/freebsd-src/stand/userboot/userboot/
H A Dmain.c53 struct loader_callbacks *callbacks; variable
/freebsd-src/contrib/libcbor/src/
H A Dcbor.c16 static struct cbor_callbacks callbacks = { in cbor_load() local
/freebsd-src/sys/dev/cardbus/
H A Dcardbus_cis.c567 struct tuple_callbacks *callbacks, void *argp) in decode_tuple()
581 struct tuple_callbacks *callbacks, void *argp) in cardbus_parse_cis()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp249 ThreadEventCallbacks callbacks = { in InitializePlatform() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp93 static std::array<CallbackAndCookie, MaxSignalHandlerCallbacks> callbacks; in CallBacksToRun() local
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c3075 static const struct iwl_mvm_bss_info_changed_ops callbacks = { iwl_mvm_bss_info_changed() local
3088 iwl_mvm_bss_info_changed_common(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_bss_conf * bss_conf,const struct iwl_mvm_bss_info_changed_ops * callbacks,u64 changes) iwl_mvm_bss_info_changed_common() argument
3584 static const struct iwl_mvm_sta_state_ops callbacks = { iwl_mvm_mac_sta_state() local
3689 iwl_mvm_sta_state_notexist_to_none(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,const struct iwl_mvm_sta_state_ops * callbacks) iwl_mvm_sta_state_notexist_to_none() argument
3733 iwl_mvm_sta_state_auth_to_assoc(struct ieee80211_hw * hw,struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,const struct iwl_mvm_sta_state_ops * callbacks) iwl_mvm_sta_state_auth_to_assoc() argument
3790 iwl_mvm_sta_state_assoc_to_authorized(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,const struct iwl_mvm_sta_state_ops * callbacks) iwl_mvm_sta_state_assoc_to_authorized() argument
3825 iwl_mvm_sta_state_authorized_to_assoc(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_sta * sta,const struct iwl_mvm_sta_state_ops * callbacks) iwl_mvm_sta_state_authorized_to_assoc() argument
3859 iwl_mvm_mac_sta_state_common(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_sta * sta,enum ieee80211_sta_state old_state,enum ieee80211_sta_state new_state,const struct iwl_mvm_sta_state_ops * callbacks) iwl_mvm_mac_sta_state_common() argument
[all...]
H A Dmld-mac80211.c615 static const struct iwl_mvm_sta_state_ops callbacks = { iwl_mvm_mld_mac_sta_state() local
/freebsd-src/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp420 void CustomDecoderWrapper::SetCallbacks(ocsd_extern_dcd_cb_fns & callbacks) in SetCallbacks()
/freebsd-src/sys/dev/isci/
H A Disci_io_request.c891 SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS_T callbacks; in isci_smp_request_construct() local
/freebsd-src/contrib/unbound/util/
H A Dnetevent.h864 nghttp2_session_callbacks* callbacks; global() member
/freebsd-src/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c111 uint64_t callbacks; member
/freebsd-src/contrib/sendmail/src/
H A Dusersmtp.c574 static sasl_callback_t callbacks[] = variable
/freebsd-src/sbin/ifconfig/
H A Difconfig.c1025 static struct callback *callbacks = NULL; variable
/freebsd-src/contrib/unbound/services/
H A Dlisten_dnsport.c3129 nghttp2_session_callbacks *callbacks; http2_req_callbacks_create() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1449 void InstallPthreadIntrospectionHook(const ThreadEventCallbacks &callbacks) { in InstallPthreadIntrospectionHook() argument
/freebsd-src/contrib/libevent/
H A Dhttp.c3335 evhttp_dispatch_callback(struct httpcbq *callbacks, struct evhttp_request *req) in evhttp_dispatch_callback()
/freebsd-src/contrib/ntp/sntp/libevent/
H A Dhttp.c3335 evhttp_dispatch_callback(struct httpcbq *callbacks, struct evhttp_request *req) in evhttp_dispatch_callback()