Home
last modified time | relevance | path

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

12345678910

/freebsd/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/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/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c167 inject_handler_t *handler; zio_handle_panic_injection() local
194 inject_handler_t *handler; zio_handle_decrypt_injection() local
255 inject_handler_t *handler; zio_handle_fault_injection() local
306 inject_handler_t *handler; zio_handle_label_injection() local
363 inject_handler_t *handler; zio_handle_device_injection_impl() local
472 inject_handler_t *handler; zio_handle_ignored_writes() local
507 inject_handler_t *handler; spa_handle_ignored_writes() local
597 for (inject_handler_t *handler = list_head(&inject_handlers); zio_handle_io_delay() local
771 inject_handler_t *handler; zio_inject_fault() local
880 inject_handler_t *handler; zio_inject_list_next() local
913 inject_handler_t *handler; zio_clear_fault() local
[all...]
/freebsd/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/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/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()
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()
223 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
H A DHexagonAttributeParser.cpp44 Error HexagonAttributeParser::handler(uint64_t Tag, bool &Handled) { in handler() function in HexagonAttributeParser
/freebsd/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/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/contrib/wpa/src/common/
H A Dgas_server.c44 struct gas_server_handler *handler; member
95 struct gas_server_handler *handler = response->handler; in gas_server_send_resp() local
173 struct gas_server_handler *handler; in gas_server_rx_initial_req() local
270 struct gas_server_handler *handler = response->handler; in gas_server_handle_rx_comeback_req() local
571 struct gas_server_handler *handler, *tmp; in gas_server_deinit() local
603 struct gas_server_handler *handler; in gas_server_register() local
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c256 driver_intr_t handler, void *arg, enum intr_type flags, in xen_intr_bind_isrc() argument
745 xen_intr_bind_local_port(device_t dev,evtchn_port_t local_port,driver_filter_t filter,driver_intr_t handler,void * arg,enum intr_type flags,xen_intr_handle_t * port_handlep) xen_intr_bind_local_port() argument
767 xen_intr_alloc_and_bind_local_port(device_t dev,u_int remote_domain,driver_filter_t filter,driver_intr_t handler,void * arg,enum intr_type flags,xen_intr_handle_t * port_handlep) xen_intr_alloc_and_bind_local_port() argument
802 xen_intr_bind_remote_port(device_t dev,u_int remote_domain,u_int remote_port,driver_filter_t filter,driver_intr_t handler,void * arg,enum intr_type flags,xen_intr_handle_t * port_handlep) xen_intr_bind_remote_port() argument
841 xen_intr_bind_virq(device_t dev,u_int virq,u_int cpu,driver_filter_t filter,driver_intr_t handler,void * arg,enum intr_type flags,xen_intr_handle_t * port_handlep) xen_intr_bind_virq() argument
1026 xen_intr_add_handler(const char * name,driver_filter_t filter,driver_intr_t handler,void * arg,enum intr_type flags,xen_intr_handle_t handle) xen_intr_add_handler() argument
[all...]
/freebsd/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/usr.sbin/mpsutil/
H A Dmpsutil.h53 int (*handler)(int ac, char **av); member
58 void (*handler)(const char **, const char**); member
/freebsd/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/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c10 handler(int sig, siginfo_t *si, void *ctx) in handler() function
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h44 int (*handler)(bdaddr_t *, int, char **); member
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2control.h44 int (*handler)(int, int, char **); member
/freebsd/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h44 int (*handler)(void *, int, char **); member
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lock.c47 handler(int sig) in handler() function
/freebsd/usr.sbin/bhyve/
H A Dipc.h38 int (*handler)(struct vmctx *ctx, const nvlist_t *nvl); member
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h46 int (*handler)(int, int, char **); member
/freebsd/usr.sbin/ppp/
H A Dsig.c38 static sig_type handler[NSIG]; /* all start at SIG_DFL */ variable

12345678910