Searched refs:handler (Results 376 - 400 of 423) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h430 #define __sanitizer_syscall_pre_signal(sig, handler) \
431 __sanitizer_syscall_pre_impl_signal((long)(sig), (long)(handler))
432 #define __sanitizer_syscall_post_signal(res, sig, handler) \
433 __sanitizer_syscall_post_impl_signal(res, (long)(sig), (long)(handler))
2251 void __sanitizer_syscall_pre_impl_signal(long sig, long handler);
2252 void __sanitizer_syscall_post_impl_signal(long res, long sig, long handler);
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c701 * Wait for all threads running the handler to drain.
703 * sysctl lock was held across a handler invocation,
726 int (*handler)(SYSCTL_HANDLER_ARGS), const char *fmt, const char *descr)
756 oidp->oid_handler = handler;
1006 /* We really should call the handler here...*/
1217 * Default "handler" functions.
1860 * no handler. Inform the user that it's a node.
724 sysctl_add_oid(struct sysctl_ctx_list *clist, struct sysctl_oid_list *parent, int number, const char *name, int kind, void *arg1, intmax_t arg2, int (*handler)(SYSCTL_HANDLER_ARGS), const char *fmt, const char *descr) argument
H A Dsubr_bus.c4649 driver_filter_t filter, driver_intr_t handler, void *arg, void **cookiep)
4655 error = BUS_SETUP_INTR(dev->parent, dev, r, flags, filter, handler,
4659 if (handler != NULL && !(flags & INTR_MPSAFE))
5046 * @brief Module handler for registering device drivers
5048 * This module handler is used to automatically register device
4648 bus_setup_intr(device_t dev, struct resource *r, int flags, driver_filter_t filter, driver_intr_t handler, void *arg, void **cookiep) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp196 // The destructor will put the regular error handler back when we leave
199 static void __stdcall handler(HRESULT hr, IErrorInfo *perrinfo) {}
201 SuppressCOMErrorsRAII() { _set_com_error_handler(handler); }
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c55 /* Pool cleanup handler: ensure that the access descriptor of the
730 svn_file_rev_handler_t handler,
738 handler, handler_baton, pool);
721 svn_ra_local__get_file_revs(svn_ra_session_t *session, const char *path, svn_revnum_t start, svn_revnum_t end, svn_boolean_t include_merged_revisions, svn_file_rev_handler_t handler, void *handler_baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/less/
H A Dfuncs.h277 public int os9_signal LESSPARAMS ((int type, RETSIGTYPE (*handler)()));
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_proto.h105 char handler_l_[PADL_(svr4_sig_t)]; svr4_sig_t handler; char handler_r_[PADR_(svr4_sig_t)]; member in struct:svr4_sys_signal_args
/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c45 iser_event_handler(struct ib_event_handler *handler, argument
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h389 * handler is indicated by byte 3 of the request
397 * The handler offsets used by the core are hard coded
398 * allowing faster code generation when assigning a handler
400 * the handler registration mechanism.
427 mpt_handler_t handler; member in struct:mpt_handler_record
434 * handler ID used in the MsgContext field to allow direction
435 * of replies to the handler. Registrations that don't require
436 * a handler id can pass in NULL for the handler_id.
438 * Deregistrations for handlers without a handler id should
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h298 void InstallDeadlySignalHandlers(SignalHandlerType handler);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c81 * on whether there is a blockage handler or zero copy has been activated. */
326 ra_svn_block_handler_t handler,
329 conn->block_handler = handler;
425 /* Clear conn->write_pos first in case the block handler does a read. */
1941 /* Call the standard command handler.
1943 * the legacy command handler. */
1944 if (command->handler)
1946 err = (*command->handler)(conn, pool, params, baton);
324 svn_ra_svn__set_block_handler(svn_ra_svn_conn_t *conn, ra_svn_block_handler_t handler, void *baton) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h695 * a callback function - if an error occurs, the @a handler will be called
697 * an error message. @a handler might print it out, log it somewhere,
700 * Subversion 1.1 and later install their own handler internally, and
715 void (*handler)(const char *errpfx,
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c1482 handler(int sig __unused) function
1490 signal(SIGINFO, handler);
2346 * from the signal handler. In the meantime, catch and proceed
2435 * from the signal handler. In the meantime, catch and proceed
2469 ATF_REQUIRE(signal(SIGUSR2, handler) != SIG_ERR);
2504 * SIGUSR1 handler.
2544 ATF_REQUIRE(signal(SIGUSR2, handler) != SIG_ERR);
2812 * from the signal handler. In the meantime, catch and proceed
3541 /* The next stop should report the SIGABRT in the signal handler. */
/freebsd-11-stable/sys/dev/mge/
H A Dif_mge.c194 driver_intr_t *handler; member in struct:__anon10675
919 NULL, *mge_intrs[(sc->mge_intr_cnt == 1 ? 0 : i)].handler,
975 /* Free IO memory handler */
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c1236 int (*handler)(kvm_t *kd, struct vnode *vp,
1281 * Find appropriate handler.
1285 if (fstypes[i].handler(kd, &vnode, vn) != 0) {
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h607 void (*handler)(struct ib_event_handler *, struct ib_event *); member in struct:ib_event_handler
614 (_ptr)->handler = _handler; \
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c183 * Built in command handler declarations
429 * Since we do this from a signal handler, we use 'sig{set,long}jmp()'
431 * a signal handler, and it is unspecified if '{set,long}jmp()' save and
622 #ifndef SYS_WINNT /* Under NT cannot handle SIGINT, WIN32 spawns a handler */
1685 (xcmd->handler)(&pcmd, current_output);
1695 (xcmd->handler)(&pcmd, current_output);
3829 * ntpq_custom_opt_handler - autoopts handler for -c and -p
3832 * on the command line. This routine replaces the default handler for
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c419 ### load it is cleared, and so when the handler runs it will refer to
836 void (*handler)(const char *errpfx, char *msg))
838 return svn_error_trace(fs->vtable->bdb_set_errcall(fs, handler));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2329 svn_txdelta_window_handler_t *handler,
2337 /* Send back a NULL window handler -- we don't need the actual diffs. */
2339 *handler = svn_delta_noop_window_handler;
2320 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c1847 int flags, driver_filter_t filter, driver_intr_t handler, void *arg,
1846 bhndb_setup_intr(device_t dev, device_t child, struct resource *r, int flags, driver_filter_t filter, driver_intr_t handler, void *arg, void **cookiep) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c1152 static void ib_cache_event(struct ib_event_handler *handler, argument
1237 /* The cleanup function unregisters the event handler,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c421 .handler = drm_fb_helper_sysrq,
/freebsd-11-stable/sys/sys/
H A Dbus.h210 * FILTER_SCHEDULE_THREAD - the threaded interrupt handler should be
230 * expensive work to the regular interrupt handler. If a filter
232 * handler is always used to handle interrupts from this device.
234 * The regular interrupt handler executes in its own thread context
531 driver_filter_t filter, driver_intr_t handler,
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c436 void (*handler) (struct instance *, u_char *, size_t); member in struct:msg_desc
1549 if (oncore_messages[m].handler)
1550 oncore_messages[m].handler(instance, rcvbuf, (size_t) (l-3));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3024 const auto handler = rs_info_handler(key); local
3025 if (handler == -1)
3039 switch (handler) {
3709 // The baton object passed to the handler is the target coordinate we want to

Completed in 524 milliseconds

<<11121314151617