Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_inject.c144 inject_handler_t *handler; in zio_handle_panic_injection() local
170 inject_handler_t *handler; in zio_handle_fault_injection() local
216 inject_handler_t *handler; in zio_handle_label_injection() local
259 inject_handler_t *handler; in zio_handle_device_injection() local
335 inject_handler_t *handler; in zio_handle_ignored_writes() local
370 inject_handler_t *handler; in spa_handle_ignored_writes() local
459 for (inject_handler_t *handler = list_head(&inject_handlers); in zio_handle_io_delay() local
569 inject_handler_t *handler; in zio_inject_fault() local
669 inject_handler_t *handler; in zio_inject_list_next() local
702 inject_handler_t *handler; in zio_clear_fault() local
/freebsd-12.1/contrib/wpa/src/utils/
H A Deloop_win.c21 eloop_sock_handler handler; member
28 eloop_event_handler handler; member
37 eloop_timeout_handler handler; member
43 eloop_signal_handler handler; member
184 eloop_event_handler handler, in eloop_register_event()
238 eloop_timeout_handler handler, in eloop_register_timeout()
292 int eloop_cancel_timeout(eloop_timeout_handler handler, in eloop_cancel_timeout()
314 int eloop_cancel_timeout_one(eloop_timeout_handler handler, in eloop_cancel_timeout_one()
358 eloop_timeout_handler handler, void *eloop_data, in eloop_deplete_timeout()
390 eloop_timeout_handler handler, void *eloop_data, in eloop_replenish_timeout()
[all …]
H A Deloop.c46 eloop_sock_handler handler; member
57 eloop_timeout_handler handler; member
66 eloop_signal_handler handler; member
746 eloop_sock_handler handler, in eloop_register_sock()
768 eloop_timeout_handler handler, in eloop_register_timeout()
827 int eloop_cancel_timeout(eloop_timeout_handler handler, in eloop_cancel_timeout()
849 int eloop_cancel_timeout_one(eloop_timeout_handler handler, in eloop_cancel_timeout_one()
876 int eloop_is_timeout_registered(eloop_timeout_handler handler, in eloop_is_timeout_registered()
893 eloop_timeout_handler handler, void *eloop_data, in eloop_deplete_timeout()
925 eloop_timeout_handler handler, void *eloop_data, in eloop_replenish_timeout()
[all …]
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c246 int get_ntpEntSoftwareName (netsnmp_mib_handler *handler, in get_ntpEntSoftwareName()
292 int get_ntpEntSoftwareVersion (netsnmp_mib_handler *handler, in get_ntpEntSoftwareVersion()
328 int get_ntpEntSoftwareVendor (netsnmp_mib_handler *handler, in get_ntpEntSoftwareVendor()
361 int get_ntpEntSystemType (netsnmp_mib_handler *handler, in get_ntpEntSystemType()
421 netsnmp_mib_handler * handler, in get_ntpEntTimeResolution()
464 netsnmp_mib_handler * handler, in get_ntpEntTimePrecision()
497 int get_ntpEntTimeDistance (netsnmp_mib_handler *handler, in get_ntpEntTimeDistance()
/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp126 static struct handler { in throw_atf_error() struct
127 const char* m_name; in throw_atf_error()
128 void (*m_func)(atf_error_t); in throw_atf_error()
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_terminate.cc40 __cxxabiv1::__terminate (std::terminate_handler handler) in __terminate()
57 __cxxabiv1::__unexpected (std::unexpected_handler handler) in __unexpected()
H A Dnew_op.cc60 new_handler handler = __new_handler; in operator new() local
H A Dnew_opnt.cc51 new_handler handler = __new_handler; in operator new() local
H A Dnew_handler.cc41 std::set_new_handler (new_handler handler) throw() in set_new_handler()
/freebsd-12.1/contrib/sendmail/include/sm/
H A Dsignal.h67 # define FIX_SYSV_SIGNAL(sig, handler) \ argument
73 # define FIX_SYSV_SIGNAL(sig, handler) { /* EMPTY */ } argument
/freebsd-12.1/contrib/llvm/lib/Support/
H A DErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler()
95 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
129 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler()
232 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1012 svn_ra_serf__context_run_one(svn_ra_serf__handler_t *handler, in svn_ra_serf__context_run_one()
1139 svn_ra_serf__handler_t *handler = baton; in svn_ra_serf__expect_empty_body() local
1188 svn_ra_serf__handler_t *handler = baton; in svn_ra_serf__credentials_callback() local
1272 svn_ra_serf__handler_t *handler, in handle_response()
1497 svn_ra_serf__handler_t *handler = baton; in handle_response_cb() local
1549 svn_ra_serf__handler_t *handler, in setup_request()
1613 svn_ra_serf__handler_t *handler = setup_baton; in setup_request_cb() local
1638 svn_ra_serf__request_create(svn_ra_serf__handler_t *handler) in svn_ra_serf__request_create()
1933 svn_ra_serf__handler_t *handler = handler_baton; in response_done() local
1969 svn_ra_serf__handler_t *handler = baton; in handler_cleanup() local
[all …]
H A Dmultistatus.c455 svn_ra_serf__server_error_create(svn_ra_serf__handler_t *handler, in svn_ra_serf__server_error_create()
594 svn_ra_serf__handler_t *handler, in svn_ra_serf__setup_error_parsing()
643 svn_ra_serf__handler_t *handler = baton; in svn_ra_serf__handle_multistatus_only() local
689 svn_ra_serf__handler_t *handler, in svn_ra_serf__handle_server_error()
H A Dcommit.c266 svn_ra_serf__handler_t *handler; in checkout_node() local
837 svn_ra_serf__handler_t *handler; in proppatch_resource() local
1153 svn_ra_serf__handler_t *handler; member
1230 svn_ra_serf__handler_t *handler; in open_root() local
1422 svn_ra_serf__handler_t *handler; in delete_entry() local
1508 svn_ra_serf__handler_t *handler; in add_directory() local
1759 svn_ra_serf__handler_t *handler; in add_file() local
1795 svn_ra_serf__handler_t *handler; in add_file() local
2025 svn_ra_serf__handler_t *handler; member
2060 svn_ra_serf__handler_t *handler; in apply_textdelta_stream() local
[all …]
/freebsd-12.1/usr.sbin/bhyve/
H A Dinout.h50 inout_func_t handler; member
63 #define INOUT_PORT(name, port, flags, handler) \ argument
H A Dpci_lpc.h39 lpc_write_dsdt_t handler; member
42 #define LPC_DSDT(handler) \ argument
/freebsd-12.1/contrib/wpa/src/common/
H A Dgas_server.c41 struct gas_server_handler *handler; member
85 gas_server_send_resp(struct gas_server *gas, struct gas_server_handler *handler, in gas_server_send_resp()
166 struct gas_server_handler *handler; in gas_server_rx_initial_req() local
240 struct gas_server_handler *handler = response->handler; in gas_server_handle_rx_comeback_req() local
439 struct gas_server_handler *handler, *tmp; in gas_server_deinit() local
470 struct gas_server_handler *handler; in gas_server_register() local
/freebsd-12.1/usr.sbin/mpsutil/
H A Dmpsutil.h55 int (*handler)(int ac, char **av); member
60 void (*handler)(const char **, const char**); member
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_eaction.c93 ipfw_eaction_t *handler; member
187 create_eaction_obj(struct ip_fw_chain *ch, ipfw_eaction_t handler, in create_eaction_obj()
339 ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler, in ipfw_add_eaction()
/freebsd-12.1/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c420 svn_txdelta_window_handler_t handler, in svn_txdelta_run()
578 svn_txdelta_target_push(svn_txdelta_window_handler_t handler, in svn_txdelta_target_push()
812 svn_txdelta_window_handler_t *handler, in svn_txdelta_apply()
848 svn_txdelta_window_handler_t handler, in svn_txdelta_send_string()
874 svn_txdelta_window_handler_t handler, in svn_txdelta_send_stream()
930 svn_txdelta_window_handler_t handler, in svn_txdelta_send_txstream()
960 svn_txdelta_window_handler_t handler, in svn_txdelta_send_contents()
/freebsd-12.1/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c11 handler(int sig, siginfo_t *si, void *ctx) in handler() function
/freebsd-12.1/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h45 int (*handler)(void *, int, char **); member
/freebsd-12.1/usr.sbin/bluetooth/l2control/
H A Dl2control.h45 int (*handler)(int, int, char **); member
/freebsd-12.1/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h45 int (*handler)(bdaddr_t *, int, char **); member
/freebsd-12.1/sys/kern/
H A Dkern_intr.c549 driver_filter_t filter, driver_intr_t handler, void *arg, u_char pri, in intr_event_add_handler()
735 intr_handler_barrier(struct intr_handler *handler) in intr_handler_barrier()
798 struct intr_handler *handler = (struct intr_handler *)cookie; in intr_event_remove_handler() local
880 struct intr_handler *handler = (struct intr_handler *)cookie; in intr_event_suspend_handler() local
899 struct intr_handler *handler = (struct intr_handler *)cookie; in intr_event_resume_handler() local
993 swi_add(struct intr_event **eventp, const char *name, driver_intr_t handler, in swi_add()

12345678910>>...12