Home
last modified time | relevance | path

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

12345678910

/freebsd-src/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
113 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock()
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()
341 int eloop_is_timeout_registered(eloop_timeout_handler handler, in eloop_is_timeout_registered()
[all …]
H A Deloop.c46 eloop_sock_handler handler; member
57 eloop_timeout_handler handler; member
66 eloop_signal_handler handler; member
260 int sock, eloop_sock_handler handler, in eloop_sock_table_add_sock()
721 int eloop_register_read_sock(int sock, eloop_sock_handler handler, in eloop_register_read_sock()
751 eloop_sock_handler handler, in eloop_register_sock()
773 eloop_timeout_handler handler, in eloop_register_timeout()
837 int eloop_cancel_timeout(eloop_timeout_handler handler, in eloop_cancel_timeout()
859 int eloop_cancel_timeout_one(eloop_timeout_handler handler, in eloop_cancel_timeout_one()
886 int eloop_is_timeout_registered(eloop_timeout_handler handler, in eloop_is_timeout_registered()
[all …]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c169 inject_handler_t *handler; zio_handle_panic_injection() local
196 inject_handler_t *handler; zio_handle_decrypt_injection() local
257 inject_handler_t *handler; zio_handle_fault_injection() local
308 inject_handler_t *handler; zio_handle_label_injection() local
365 inject_handler_t *handler; zio_handle_device_injection_impl() local
474 inject_handler_t *handler; zio_handle_ignored_writes() local
509 inject_handler_t *handler; spa_handle_ignored_writes() local
599 for (inject_handler_t *handler = list_head(&inject_handlers); zio_handle_io_delay() local
713 inject_handler_t *handler; zio_handle_pool_delay() local
830 for (inject_handler_t *handler = list_head(&inject_handlers); zio_pool_handler_exists() local
854 inject_handler_t *handler; zio_inject_fault() local
994 inject_handler_t *handler; zio_inject_list_next() local
1031 inject_handler_t *handler; zio_clear_fault() local
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler() argument
91 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
128 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler() argument
222 LLVMFatalErrorHandler handler = bindingsErrorHandler() local
[all...]
H A DRISCVAttributeParser.cpp54 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { handler() function in RISCVAttributeParser
/freebsd-src/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-src/usr.sbin/bhyve/amd64/
H A Dinout.h49 inout_func_t handler; member
62 #define INOUT_PORT(name, port, flags, handler) \ argument
H A Dpci_lpc.h37 lpc_write_dsdt_t handler; member
40 #define LPC_DSDT(handler) \ argument
H A Dinout.c58 inout_func_t handler; member
105 inout_func_t handler; in emulate_inout() local
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h59 request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, in request_irq()
67 request_threaded_irq(int irq, irq_handler_t handler, in request_threaded_irq()
78 irq_handler_t handler, unsigned long flags, const char *name, void *arg) in devm_request_irq()
86 irq_handler_t handler, irq_handler_t thread_handler, in devm_request_threaded_irq()
/freebsd-src/contrib/wpa/src/common/
H A Dgas_server.c43 struct gas_server_handler *handler; global() member
89 gas_server_send_resp(struct gas_server * gas,struct gas_server_handler * handler,struct gas_server_response * response,const u8 * da,int freq,u8 dialog_token,struct wpabuf * query_resp,u16 comeback_delay) gas_server_send_resp() argument
171 struct gas_server_handler *handler; gas_server_rx_initial_req() local
258 struct gas_server_handler *handler = response->handler; gas_server_handle_rx_comeback_req() local
528 struct gas_server_handler *handler, *tmp; gas_server_deinit() local
560 struct gas_server_handler *handler; gas_server_register() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dnew_handler.cpp33 new_handler set_new_handler(new_handler handler) noexcept { return __libcpp_atomic_exchange(&__new_… in set_new_handler()
/freebsd-src/sys/dev/xen/bus/
H A Dxen_intr.c256 driver_intr_t handler, void *arg, enum intr_type flags, in xen_intr_bind_isrc()
764 driver_filter_t filter, driver_intr_t handler, void *arg, in xen_intr_bind_local_port()
786 driver_filter_t filter, driver_intr_t handler, void *arg, in xen_intr_alloc_and_bind_local_port()
821 u_int remote_port, driver_filter_t filter, driver_intr_t handler, in xen_intr_bind_remote_port()
860 driver_filter_t filter, driver_intr_t handler, void *arg, in xen_intr_bind_virq()
1045 driver_intr_t handler, void *arg, enum intr_type flags, in xen_intr_add_handler()
/freebsd-src/usr.sbin/mpsutil/
H A Dmpsutil.h53 int (*handler)(int ac, char **av); member
58 void (*handler)(const char **, const char**); member
/freebsd-src/sys/netpfil/ipfw/
H A Dip_fw_eaction.c90 ipfw_eaction_t *handler; member
184 create_eaction_obj(struct ip_fw_chain *ch, ipfw_eaction_t handler, in create_eaction_obj()
336 ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler, in ipfw_add_eaction()
/freebsd-src/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c10 handler(int sig, siginfo_t *si, void *ctx) in handler() function
/freebsd-src/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h44 int (*handler)(bdaddr_t *, int, char **); member
/freebsd-src/usr.sbin/bluetooth/l2control/
H A Dl2control.h44 int (*handler)(int, int, char **); member
/freebsd-src/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h44 int (*handler)(void *, int, char **); member
/freebsd-src/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h46 int (*handler)(int, int, char **); member
/freebsd-src/contrib/netbsd-tests/kernel/
H A Dt_lock.c47 handler(int sig) in handler() function
/freebsd-src/usr.sbin/bhyve/
H A Dipc.h38 int (*handler)(struct vmctx *ctx, const nvlist_t *nvl); member
/freebsd-src/usr.sbin/ppp/
H A Dsig.c38 static sig_type handler[NSIG]; /* all start at SIG_DFL */ variable

12345678910