Home
last modified time | relevance | path

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

12345678

/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_cust_impl.h56 if (callbacks->fn_gen_elem_out) in lib_cb_GenElemOp()
57 return callbacks->fn_gen_elem_out(callbacks->lib_context, index_sop, trc_chan_id, elem); in lib_cb_GenElemOp()
68 if (callbacks->fn_log_error) in lib_cb_LogError()
70 callbacks->fn_log_error(callbacks->lib_context, filter_level, code, idx, chan_id, pMsg); in lib_cb_LogError()
80 if (callbacks->fn_log_msg) in lib_cb_LogMsg()
82 callbacks->fn_log_msg(callbacks->lib_context, filter_level, pMsg); in lib_cb_LogMsg()
92 return callbacks->fn_arm_instruction_decode(callbacks->lib_context, instr_info); in lib_cb_DecodeArmInst()
103 if (callbacks->fn_memory_access) in lib_cb_MemAccess()
117 if (callbacks->fn_packet_mon) in lib_cb_PktMon()
118 callbacks->fn_packet_mon(callbacks->lib_context, op, index_sop, pkt, size, p_data); in lib_cb_PktMon()
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A Dsimple.c159 struct bfd_link_callbacks callbacks; in bfd_simple_get_relocated_section_contents() local
189 link_info.callbacks = &callbacks; in bfd_simple_get_relocated_section_contents()
190 callbacks.warning = simple_dummy_warning; in bfd_simple_get_relocated_section_contents()
191 callbacks.undefined_symbol = simple_dummy_undefined_symbol; in bfd_simple_get_relocated_section_contents()
192 callbacks.reloc_overflow = simple_dummy_reloc_overflow; in bfd_simple_get_relocated_section_contents()
193 callbacks.reloc_dangerous = simple_dummy_reloc_dangerous; in bfd_simple_get_relocated_section_contents()
194 callbacks.unattached_reloc = simple_dummy_unattached_reloc; in bfd_simple_get_relocated_section_contents()
195 callbacks.multiple_definition = simple_dummy_multiple_definition; in bfd_simple_get_relocated_section_contents()
196 callbacks.einfo = simple_dummy_einfo; in bfd_simple_get_relocated_section_contents()
H A Delf32-mep.c580 if (! ((*info->callbacks->undefined_symbol) in mep_elf_relocate_section()
628 r = info->callbacks->reloc_overflow in mep_elf_relocate_section()
634 r = info->callbacks->undefined_symbol in mep_elf_relocate_section()
656 r = info->callbacks->warning in mep_elf_relocate_section()
665 info->callbacks->undefined_symbol in mep_elf_relocate_section()
668 info->callbacks->undefined_symbol in mep_elf_relocate_section()
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_fha_new.c77 softc->callbacks.get_procnum = fhanew_get_procnum; in fhanew_init()
78 softc->callbacks.realign = fhanew_realign; in fhanew_init()
79 softc->callbacks.get_fh = fhanew_get_fh; in fhanew_init()
80 softc->callbacks.is_read = fhanew_is_read; in fhanew_init()
81 softc->callbacks.is_write = fhanew_is_write; in fhanew_init()
82 softc->callbacks.get_offset = fhanew_get_offset; in fhanew_init()
83 softc->callbacks.no_offset = fhanew_no_offset; in fhanew_init()
84 softc->callbacks.set_locktype = fhanew_set_locktype; in fhanew_init()
85 softc->callbacks.fhe_stats_sysctl = fhenew_stats_sysctl; in fhanew_init()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c282 if (callbacks->authz_read_func) in detect_changed()
380 if (callbacks->path_change_receiver) in detect_changed()
1114 && (callbacks->authz_read_func || callbacks->path_change_receiver)) in fill_log_entry()
1314 const log_callbacks_t *callbacks, in send_log() argument
1339 callbacks = &my_callbacks; in send_log()
1376 SVN_ERR(callbacks->revision_receiver(callbacks->revision_receiver_baton, in send_log()
1733 log_callbacks_t *callbacks,
1820 return (callbacks->revision_receiver)(callbacks->revision_receiver_baton, in handle_merged_revisions()
1984 log_callbacks_t *callbacks, in do_logs() argument
2114 callbacks, in do_logs()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c82 svn_sasl__client_init(const sasl_callback_t *callbacks) in svn_sasl__client_init() argument
84 return sasl_client_init(callbacks); in svn_sasl__client_init()
125 svn_sasl__server_init(const sasl_callback_t *callbacks, in svn_sasl__server_init() argument
128 return sasl_server_init(callbacks, appname); in svn_sasl__server_init()
137 const sasl_callback_t *callbacks, in svn_sasl__server_new() argument
142 iplocalport, ipremoteport, callbacks, flags, pconn); in svn_sasl__server_new()
H A Dcyrus_auth.c840 sasl_callback_t *callbacks; in svn_ra_svn__do_cyrus_auth() local
880 callbacks = apr_palloc(sess->conn->pool, sizeof(*callbacks) * 3); in svn_ra_svn__do_cyrus_auth()
885 callbacks[0].id = SASL_CB_AUTHNAME; in svn_ra_svn__do_cyrus_auth()
886 callbacks[0].proc = (int (*)(void))get_username_cb; in svn_ra_svn__do_cyrus_auth()
887 callbacks[0].context = &cred_baton; in svn_ra_svn__do_cyrus_auth()
890 callbacks[1].id = SASL_CB_PASS; in svn_ra_svn__do_cyrus_auth()
891 callbacks[1].proc = (int (*)(void))get_password_cb; in svn_ra_svn__do_cyrus_auth()
892 callbacks[1].context = &cred_baton; in svn_ra_svn__do_cyrus_auth()
895 callbacks[2].id = SASL_CB_LIST_END; in svn_ra_svn__do_cyrus_auth()
896 callbacks[2].proc = NULL; in svn_ra_svn__do_cyrus_auth()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c157 const svn_ra_callbacks2_t *callbacks, in svn_ra_open3() argument
163 callbacks, callback_baton, config, pool); in svn_ra_open3()
168 const svn_ra_callbacks2_t *callbacks, in svn_ra_open2() argument
174 callbacks, callback_baton, config, pool); in svn_ra_open2()
179 const svn_ra_callbacks_t *callbacks, in svn_ra_open() argument
188 callbacks2->open_tmp_file = callbacks->open_tmp_file; in svn_ra_open()
189 callbacks2->auth_baton = callbacks->auth_baton; in svn_ra_open()
190 callbacks2->get_wc_prop = callbacks->get_wc_prop; in svn_ra_open()
191 callbacks2->set_wc_prop = callbacks->set_wc_prop; in svn_ra_open()
192 callbacks2->push_wc_prop = callbacks->push_wc_prop; in svn_ra_open()
[all …]
H A Dwrapper_template.h57 const svn_ra_callbacks_t *callbacks, in compat_open() argument
84 callbacks2->open_tmp_file = callbacks->open_tmp_file; in compat_open()
85 callbacks2->auth_baton = callbacks->auth_baton; in compat_open()
86 callbacks2->get_wc_prop = callbacks->get_wc_prop; in compat_open()
87 callbacks2->set_wc_prop = callbacks->set_wc_prop; in compat_open()
88 callbacks2->push_wc_prop = callbacks->push_wc_prop; in compat_open()
89 callbacks2->invalidate_wc_props = callbacks->invalidate_wc_props; in compat_open()
95 callbacks ? callbacks->auth_baton : NULL, in compat_open()
H A Dra_loader.c252 svn_ra_create_callbacks(svn_ra_callbacks2_t **callbacks, in svn_ra_create_callbacks() argument
255 *callbacks = apr_pcalloc(pool, sizeof(**callbacks)); in svn_ra_create_callbacks()
263 const svn_ra_callbacks2_t *callbacks, in svn_ra_open4() argument
294 if (callbacks->auth_baton) in svn_ra_open4()
296 callbacks->auth_baton, config, in svn_ra_open4()
378 session->cancel_func = callbacks->cancel_func; in svn_ra_open4()
386 callbacks, callback_baton, auth_baton, in svn_ra_open4()
1485 svn_delta_shim_callbacks_t *callbacks) in svn_ra__register_editor_shim_callbacks() argument
1487 SVN_ERR(session->vtable->register_editor_shim_callbacks(session, callbacks)); in svn_ra__register_editor_shim_callbacks()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h72 const ThreadPlanShouldStopHereCallbacks *callbacks,
82 SetShouldStopHereCallbacks(const ThreadPlanShouldStopHereCallbacks *callbacks, in SetShouldStopHereCallbacks() argument
84 if (callbacks) { in SetShouldStopHereCallbacks()
85 m_callbacks = *callbacks; in SetShouldStopHereCallbacks()
H A DThreadPlanStepInRange.h68 ThreadPlanShouldStopHere::ThreadPlanShouldStopHereCallbacks callbacks( in SetCallbacks()
70 SetShouldStopHereCallbacks(&callbacks, nullptr); in SetCallbacks()
/freebsd-12.1/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() argument
422 callbacks.fn_arm_instruction_decode = DecodeArmInstCB; in SetCallbacks()
423 callbacks.fn_gen_elem_out = GenElemOpCB; in SetCallbacks()
424 callbacks.fn_log_error = LogErrorCB; in SetCallbacks()
425 callbacks.fn_log_msg = LogMsgCB; in SetCallbacks()
426 callbacks.fn_memory_access = MemAccessCB; in SetCallbacks()
427 callbacks.fn_packet_data_sink = PktDataSinkCB; in SetCallbacks()
428 callbacks.fn_packet_mon = PktMonCB; in SetCallbacks()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DRAND_DRBG_set_callbacks.pod10 - set callbacks for reseeding
51 RAND_DRBG_set_callbacks() sets the callbacks for obtaining fresh entropy and
56 Setting the callbacks is allowed only if the DRBG has not been initialized yet.
85 The B<get_nonce>() and B<cleanup_nonce>() callbacks are used to obtain a nonce
88 The callbacks are analogous to get_entropy() and cleanup_entropy(),
92 and the B<get_nonce>() and B<cleanup_nonce>() callbacks can be omitted by
121 callbacks can be omitted by setting them to NULL.
123 (using the B<get_entropy>() and B<cleanup_entropy>() callbacks) which it will
H A DOPENSSL_LH_COMPFUNC.pod48 callbacks to be used in organising the table's entries. The B<hash>
58 B<compare> callbacks hash/compare these types, then the
126 in your callbacks: the table may decrease in size, moving the item
141 variables before calling your type-specific callbacks. An example of
189 pointer type. This is why callbacks such as those used by lh_doall()
204 lh_doall_arg() callbacks (see the "TYPE_cleanup" example above). If
206 the raw callbacks themselves) or use the macros to declare/implement
210 table, yet declare callbacks without constant types (or cast the
H A DCRYPTO_get_ex_new_index.pod78 to be passed to the callbacks but are otherwise not used. In order to
79 transparently manipulate exdata, three callbacks must be provided. The
80 semantics of those callbacks are described below.
87 This will replace the callbacks with no-ops
128 The B<idx> is the index and is the value returned when the callbacks were
143 two callbacks. If the dup_func() returns B<0> the whole CRYPTO_dup_ex_data()
H A DSSL_extension_supported.pod74 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the
80 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
82 applies to clients, uses the older style of callbacks, and implicitly sets the
89 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
91 only applies to servers, uses the older style of callbacks, and implicitly sets
106 extension handler was added. When using the new style callbacks the B<context>
252 which will be passed to the corresponding callbacks. They can, for example,
/freebsd-12.1/sys/dev/cardbus/
H A Dcardbus_cis.c109 uint32_t *off, struct tuple_callbacks *callbacks,
570 struct tuple_callbacks *callbacks, void *argp) in decode_tuple() argument
573 for (i = 0; callbacks[i].id != CISTPL_GENERIC; i++) { in decode_tuple()
574 if (tupleid == callbacks[i].id) in decode_tuple()
575 return (callbacks[i].func(cbdev, child, tupleid, len, in decode_tuple()
576 tupledata, start, off, &callbacks[i], argp)); in decode_tuple()
578 return (callbacks[i].func(cbdev, child, tupleid, len, in decode_tuple()
584 struct tuple_callbacks *callbacks, void *argp) in cardbus_parse_cis() argument
627 tupledata, start, &off, callbacks, argp); in cardbus_parse_cis()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dutil.c454 svn_delta_shim_callbacks_t *callbacks = in svn_client__get_shim_callbacks() local
464 callbacks->fetch_props_func = fetch_props_func; in svn_client__get_shim_callbacks()
465 callbacks->fetch_kind_func = fetch_kind_func; in svn_client__get_shim_callbacks()
466 callbacks->fetch_base_func = fetch_base_func; in svn_client__get_shim_callbacks()
467 callbacks->fetch_baton = scb; in svn_client__get_shim_callbacks()
469 return callbacks; in svn_client__get_shim_callbacks()
/freebsd-12.1/stand/userboot/userboot/
H A Dlibuserboot.h31 extern struct loader_callbacks *callbacks;
34 #define CALLBACK(fn, args...) (callbacks->fn(callbacks_arg , ##args))
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c339 if (sess->callbacks) in make_reporter()
558 const svn_ra_callbacks2_t *callbacks, in svn_ra_local__open() argument
582 sess->callbacks = callbacks; in svn_ra_local__open()
609 if (sess->callbacks->get_client_string != NULL) in svn_ra_local__open()
610 SVN_ERR(sess->callbacks->get_client_string(sess->callback_baton, in svn_ra_local__open()
638 new_sess->callbacks = old_sess->callbacks; in svn_ra_local__dup_session()
1106 if (sess->callbacks->cancel_func) in log_receiver_wrapper()
1107 SVN_ERR((sess->callbacks->cancel_func)(sess->callback_baton)); in log_receiver_wrapper()
1311 sess->callbacks in svn_ra_local__get_file()
1312 ? sess->callbacks->cancel_func : NULL, in svn_ra_local__get_file()
[all …]
/freebsd-12.1/sys/dev/isci/
H A Disci_io_request.c895 SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS_T callbacks; in isci_smp_request_construct() local
904 callbacks.scic_cb_smp_passthru_get_request = in isci_smp_request_construct()
906 callbacks.scic_cb_smp_passthru_get_function = in isci_smp_request_construct()
908 callbacks.scic_cb_smp_passthru_get_frame_type = in isci_smp_request_construct()
910 callbacks.scic_cb_smp_passthru_get_allocated_response_length = in isci_smp_request_construct()
916 &callbacks); in isci_smp_request_construct()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1409 const svn_wc_diff_callbacks_t *callbacks; member
2115 b->callbacks3 = callbacks; in svn_wc_get_diff_editor5()
2163 b->callbacks2 = callbacks; in svn_wc_get_diff_editor4()
2198 callbacks, in svn_wc_get_diff_editor3()
2228 b->callbacks = callbacks; in svn_wc_get_diff_editor2()
2260 const svn_wc_diff_callbacks3_t *callbacks, in svn_wc_diff5() argument
2273 b->callbacks3 = callbacks; in svn_wc_diff5()
2304 b->callbacks2 = callbacks; in svn_wc_diff4()
2328 const svn_wc_diff_callbacks_t *callbacks, in svn_wc_diff2() argument
2335 b->callbacks = callbacks; in svn_wc_diff2()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c480 const svn_ra_callbacks2_t *callbacks, in svn_ra_serf__open() argument
502 serf_sess->wc_callbacks = callbacks; in svn_ra_serf__open()
505 serf_sess->progress_func = callbacks->progress_func; in svn_ra_serf__open()
506 serf_sess->progress_baton = callbacks->progress_baton; in svn_ra_serf__open()
507 serf_sess->cancel_func = callbacks->cancel_func; in svn_ra_serf__open()
550 if (callbacks->get_client_string) in svn_ra_serf__open()
551 SVN_ERR(callbacks->get_client_string(callback_baton, &client_string, in svn_ra_serf__open()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp32 ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks, in ThreadPlanShouldStopHere() argument
36 SetShouldStopHereCallbacks(callbacks, baton); in ThreadPlanShouldStopHere()

12345678