Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c172 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
199 handler = list_next(&inject_handlers, handler)) { in zio_handle_decrypt_injection()
278 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
319 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
381 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection_impl()
477 handler = list_next(&inject_handlers, handler)) { in zio_handle_ignored_writes()
515 handler = list_next(&inject_handlers, handler)) { in spa_handle_ignored_writes()
598 handler != NULL; handler = list_next(&inject_handlers, handler)) { in zio_handle_io_delay()
657 handler->zi_lanes[handler->zi_next_lane]; in zio_handle_io_delay()
889 handler = list_next(&inject_handlers, handler)) in zio_inject_list_next()
[all …]
/freebsd-14.2/contrib/expat/lib/
H A Dxmlrole.c145 state->handler = prolog1; in prolog0()
148 state->handler = prolog1; in prolog0()
151 state->handler = prolog1; in prolog0()
154 state->handler = prolog1; in prolog0()
165 state->handler = error; in prolog0()
197 state->handler = error; in prolog1()
217 state->handler = error; in prolog2()
250 state->handler = prolog2; in doctype1()
311 state->handler = prolog2; in doctype4()
1232 state->handler = error; in common()
[all …]
H A Dexpat.h370 XML_SetEntityDeclHandler(XML_Parser parser, XML_EntityDeclHandler handler);
560 XML_SetEndElementHandler(XML_Parser parser, XML_EndElementHandler handler);
564 XML_CharacterDataHandler handler);
570 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler handler);
590 XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler handler);
597 XML_SetDefaultHandlerExpand(XML_Parser parser, XML_DefaultHandler handler);
612 XML_UnparsedEntityDeclHandler handler);
632 XML_NotStandaloneHandler handler);
636 XML_ExternalEntityRefHandler handler);
647 XML_SkippedEntityHandler handler);
[all …]
/freebsd-14.2/contrib/wpa/src/common/
H A Dgas_server.c71 response->handler->status_cb(response->handler->ctx, in gas_server_response_timeout()
95 struct gas_server_handler *handler = response->handler; in gas_server_send_resp() local
138 wpabuf_put_data(resp, handler->adv_proto_id, handler->adv_proto_id_len); in gas_server_send_resp()
236 response->handler = handler; in gas_server_rx_initial_req()
243 resp = handler->req_cb(handler->ctx, response, sa, query_req, in gas_server_rx_initial_req()
270 struct gas_server_handler *handler = response->handler; in gas_server_handle_rx_comeback_req() local
440 response->handler->status_cb(response->handler->ctx, in gas_server_handle_tx_status()
580 os_free(handler); in gas_server_deinit()
607 handler = os_zalloc(sizeof(*handler)); in gas_server_register()
608 if (!handler) in gas_server_register()
[all …]
/freebsd-14.2/contrib/wpa/src/utils/
H A Deloop_win.c21 eloop_sock_handler handler; member
144 tmp[eloop.reader_count].handler = handler; in eloop_register_read_sock()
203 tmp[eloop.event_count].handler = handler; in eloop_register_event()
270 timeout->handler = handler; in eloop_register_timeout()
300 if (timeout->handler == handler && in eloop_cancel_timeout()
327 if (timeout->handler == handler && in eloop_cancel_timeout_one()
347 if (tmp->handler == handler && in eloop_is_timeout_registered()
365 if (tmp->handler == handler && in eloop_deplete_timeout()
397 if (tmp->handler == handler && in eloop_replenish_timeout()
478 tmp[eloop.signal_count].handler = handler; in eloop_register_signal()
[all …]
H A Deloop.h90 int eloop_register_read_sock(int sock, eloop_sock_handler handler,
118 eloop_sock_handler handler,
154 eloop_event_handler handler,
180 eloop_timeout_handler handler,
194 int eloop_cancel_timeout(eloop_timeout_handler handler,
208 int eloop_cancel_timeout_one(eloop_timeout_handler handler,
222 int eloop_is_timeout_registered(eloop_timeout_handler handler,
239 eloop_timeout_handler handler, void *eloop_data,
256 eloop_timeout_handler handler, void *eloop_data,
272 int eloop_register_signal(int sig, eloop_signal_handler handler,
[all …]
H A Deloop.c46 eloop_sock_handler handler; member
366 tmp[table->count].handler = handler; in eloop_sock_table_add_sock()
799 timeout->handler = handler; in eloop_register_timeout()
845 if (timeout->handler == handler && in eloop_cancel_timeout()
872 if (timeout->handler == handler && in eloop_cancel_timeout_one()
892 if (tmp->handler == handler && in eloop_is_timeout_registered()
910 if (tmp->handler == handler && in eloop_deplete_timeout()
942 if (tmp->handler == handler && in eloop_replenish_timeout()
1040 tmp[eloop.signal_count].handler = handler; in eloop_register_signal()
1204 timeout->handler; in eloop_run()
[all …]
/freebsd-14.2/tests/
H A Dconftest.py90 handler = set_handler(config)
99 handler.setup_configure()
104 handler = get_handler()
111 handler = get_handler()
117 handler = get_handler()
123 handler = get_handler()
124 handler.setup_method_pre(item)
129 handler = get_handler()
130 handler.add_report(report)
135 handler = get_handler()
[all …]
/freebsd-14.2/contrib/sendmail/libsm/
H A Dsignal.c39 sm_signal(sig, handler) in sm_signal() argument
41 sigfunc_t handler;
58 n.sa_handler = handler;
73 return signal(sig, handler);
75 return sigset(sig, handler);
85 n.sa_handler = handler;
115 sigfunc_t handler;
118 if (handler == SIG_ERR)
121 return handler == SIG_HOLD;
154 sigfunc_t handler;
[all …]
/freebsd-14.2/usr.sbin/ppp/
H A Dphysical.c260 if (p->handler && p->handler->speed) in physical_GetSpeed()
280 if (p->handler && p->handler->raw) in physical_Raw()
289 if (p->handler && p->handler->offline) in physical_Offline()
333 if (p->handler && p->handler->cooked) in physical_Close()
370 if (p->handler && p->handler->destroy) in physical_Close()
434 if (p->handler && p->handler->openinfo) { in physical_ShowStatus()
763 return p->handler ? p->handler->mtu : 0; in physical_DeviceMTU()
805 if (p->handler && p->handler->read) in physical_Read()
820 if (p->handler && p->handler->write) in physical_Write()
1086 if (p->handler && p->handler->stoptimer) in physical_StopDeviceTimer()
[all …]
H A Dsig.c38 static sig_type handler[NSIG]; /* all start at SIG_DFL */ variable
74 Result = handler[sig - 1]; in sig_signal()
77 handler[sig - 1] = (sig_type) 0; in sig_signal()
79 handler[sig - 1] = fn; in sig_signal()
113 (*handler[sig])(sig + 1); in sig_Handle()
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dinout.c59 inout_func_t handler; member
96 iop.handler = default_inout; in register_default_iohandler()
106 inout_func_t handler; in emulate_inout() local
121 handler = inout_handlers[port].handler; in emulate_inout()
123 if (handler == default_inout && in emulate_inout()
184 retval = handler(ctx, in, port, bytes, &val, arg); in emulate_inout()
223 retval = handler(ctx, in, port, bytes, &val, arg); in emulate_inout()
253 inout_handlers[iop->port].handler = iop->handler; in init_inout()
279 inout_handlers[i].handler = iop->handler; in register_inout()
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/reset/
H A Drestart-handler.yaml4 $id: http://devicetree.org/schemas/power/reset/restart-handler.yaml#
7 title: Restart and shutdown handler generic binding
13 Restart and shutdown handler device is responsible for powering off the
22 0:: Restart handler of last resort, with limited restart capabilities.
23 128:: Typical, default restart handler; use if no other restart handler
26 255:: Highest priority restart handler, will preempt all other restart handlers.
H A Dgpio-restart.txt2 handler.
6 handler. If the optional properties 'open-source' is not found, the GPIO line
10 When the system is restarted, the restart handler will be invoked in
18 restart handler completes allowing other restart handlers to be attempted.
33 0: Restart handler of last resort, with limited restart
35 128: Default restart handler; use if no other restart handler is
38 255: Highest priority restart handler, will preempt all other
/freebsd-14.2/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() argument
63 return (lkpi_request_irq(NULL, irq, handler, NULL, flags, name, arg)); in request_irq()
67 request_threaded_irq(int irq, irq_handler_t handler, in request_threaded_irq() argument
72 return (lkpi_request_irq(NULL, irq, handler, thread_handler, in request_threaded_irq()
78 irq_handler_t handler, unsigned long flags, const char *name, void *arg) in devm_request_irq() argument
81 return (lkpi_request_irq(dev, irq, handler, NULL, flags, name, arg)); in devm_request_irq()
86 irq_handler_t handler, irq_handler_t thread_handler, in devm_request_threaded_irq() argument
90 return (lkpi_request_irq(dev, irq, handler, thread_handler, in devm_request_threaded_irq()
/freebsd-14.2/sys/kern/
H A Dkern_intr.c795 ie = handler->ih_event; in intr_handler_barrier()
859 if (handler == NULL) in intr_event_remove_handler()
861 ie = handler->ih_event; in intr_event_remove_handler()
864 handler->ih_name)); in intr_event_remove_handler()
870 if (ih == handler) in intr_event_remove_handler()
913 if (handler == NULL) in intr_event_suspend_handler()
915 ie = handler->ih_event; in intr_event_suspend_handler()
918 handler->ih_name)); in intr_event_suspend_handler()
932 if (handler == NULL) in intr_event_resume_handler()
934 ie = handler->ih_event; in intr_event_resume_handler()
[all …]
/freebsd-14.2/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
70 ErrorHandler = handler; in install_fatal_error_handler()
91 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
99 handler = ErrorHandler; in report_fatal_error()
103 if (handler) { in report_fatal_error()
104 handler(handlerData, Reason.str().c_str(), GenCrashDiag); in report_fatal_error()
128 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler() argument
134 BadAllocErrorHandler = handler; in install_bad_alloc_error_handler()
222 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
224 handler(reason); in bindingsErrorHandler()
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dxattr_compat.h68 fn(const struct xattr_handler *handler, struct dentry *dentry, \
86 fn(const struct xattr_handler *handler, struct dentry *dentry, \
100 fn(const struct xattr_handler *handler, struct dentry *dentry, \
126 fn(const struct xattr_handler *handler, struct dentry *dentry, \
145 fn(const struct xattr_handler *handler, struct mnt_idmap *user_ns, \
160 fn(const struct xattr_handler *handler, struct user_namespace *user_ns, \
174 fn(const struct xattr_handler *handler, struct dentry *dentry, \
189 fn(const struct xattr_handler *handler, struct dentry *dentry, \
/freebsd-14.2/sys/xen/
H A Dxen_intr.h63 driver_filter_t filter, driver_intr_t handler, void *arg,
87 u_int remote_domain, driver_filter_t filter, driver_intr_t handler,
112 driver_intr_t handler, void *arg, enum intr_type irqflags,
136 driver_filter_t filter, driver_intr_t handler,
226 driver_intr_t handler, void *arg, enum intr_type flags,
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c206 void (*handler)(void); in sodium_misuse() local
210 handler = _misuse_handler; in sodium_misuse()
211 if (handler != NULL) { in sodium_misuse()
212 handler(); in sodium_misuse()
221 sodium_set_misuse_handler(void (*handler)(void)) in sodium_set_misuse_handler()
226 _misuse_handler = handler; in sodium_set_misuse_handler()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp418 if (handler == nullptr) in TSAN_INTERCEPTOR()
436 if (handler == nullptr) in TSAN_INTERCEPTOR()
439 handler(dispatch_get_context(source)); in TSAN_INTERCEPTOR()
447 if (handler == nullptr) in TSAN_INTERCEPTOR()
465 handler); in TSAN_INTERCEPTOR()
466 if (handler == nullptr) in TSAN_INTERCEPTOR()
469 handler(dispatch_get_context(source)); in TSAN_INTERCEPTOR()
477 handler); in TSAN_INTERCEPTOR()
478 if (handler == nullptr) in TSAN_INTERCEPTOR()
496 handler); in TSAN_INTERCEPTOR()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h44 void install_fatal_error_handler(fatal_error_handler_t handler,
54 explicit ScopedFatalErrorHandler(fatal_error_handler_t handler,
56 install_fatal_error_handler(handler, user_data);
94 void install_bad_alloc_error_handler(fatal_error_handler_t handler,
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
28 { return REAL(func)(signum, handler); }
45 INTERCEPTOR(uptr, bsd_signal, int signum, uptr handler) {
48 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
56 INTERCEPTOR(uptr, signal, int signum, uptr handler) {
60 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
/freebsd-14.2/contrib/ntp/libntp/
H A Dsyssignal.c137 RETSIGTYPE (*handler)(int); in set_ctrl_c_hook() local
140 handler = SIG_DFL; in set_ctrl_c_hook()
141 signal_no_reset(SIGINT, handler); in set_ctrl_c_hook()
145 handler = &sigint_handler; in set_ctrl_c_hook()
146 signal_no_reset(SIGINT, handler); in set_ctrl_c_hook()
/freebsd-14.2/lib/libc/rpc/
H A Dsvc_auth.c71 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *); member
136 as = (*asp->handler)(rqst, msg); in _authenticate()
185 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
216 asp->handler = handler; in svc_auth_reg()

12345678910>>...28