Searched refs:handler (Results 101 - 125 of 334) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c427 svn_txdelta_window_handler_t handler,
459 /* shove it at the handler */
460 SVN_ERR((*handler)(window, handler_baton));
513 /* This is the write handler for a target-push delta stream. It reads
563 /* This is the close handler for a target-push delta stream. It sends
586 svn_txdelta_target_push(svn_txdelta_window_handler_t handler,
596 tb->wh = handler;
867 svn_txdelta_window_handler_t *handler,
893 *handler = apply_window;
904 svn_txdelta_window_handler_t handler,
419 svn_txdelta_run(svn_stream_t *source, svn_stream_t *target, svn_txdelta_window_handler_t handler, void *handler_baton, svn_checksum_kind_t checksum_kind, svn_checksum_t **checksum, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
579 svn_txdelta_target_push(svn_txdelta_window_handler_t handler, void *handler_baton, svn_stream_t *source, apr_pool_t *pool) argument
854 svn_txdelta_apply(svn_stream_t *source, svn_stream_t *target, unsigned char *result_digest, const char *error_info, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
894 svn_txdelta_send_string(const svn_string_t *string, svn_txdelta_window_handler_t handler, void *handler_baton, apr_pool_t *pool) argument
920 svn_txdelta_send_stream(svn_stream_t *stream, svn_txdelta_window_handler_t handler, void *handler_baton, unsigned char *digest, apr_pool_t *pool) argument
976 svn_txdelta_send_txstream(svn_txdelta_stream_t *txstream, svn_txdelta_window_handler_t handler, void *handler_baton, apr_pool_t *pool) argument
1005 svn_txdelta_send_contents(const unsigned char *contents, apr_size_t len, svn_txdelta_window_handler_t handler, void *handler_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/sys/sys/
H A Dsysctl.h169 * be hidden behind it, expanded by the handler.
241 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr)\
250 handler, \
258 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
259 sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, __DESCR(descr))
262 #define SYSCTL_ROOT_NODE(nbr, name, access, handler, descr) \
263 SYSCTL_NODE(, nbr, name, access, handler, descr); \
268 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \
271 (void*)&SYSCTL_NODE_CHILDREN(parent, name), 0, handler, "N", descr); \
275 #define SYSCTL_ADD_ROOT_NODE(ctx, nbr, name, access, handler, desc
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h122 UninitVariablesHandler &handler,
/freebsd-10.2-release/contrib/wpa/src/radius/
H A Dradius_client.h205 * RadiusRxResult - RADIUS client RX handler result
211 * This stops handler calls and frees the message.
218 * This stops handler calls, but does not free the message; the handler
225 * RADIUS_RX_UNKNOWN - Message is not for this handler
239 RadiusRxResult (*handler)
/freebsd-10.2-release/lib/libmilter/
H A DMakefile26 SRCS+= main.c engine.c listener.c handler.c comm.c monitor.c smfi.c \
/freebsd-10.2-release/sys/dev/fdt/
H A Dfdt_common.h54 fdt_fixup_t handler; member in struct:fdt_fixup_entry
/freebsd-10.2-release/sys/sparc64/include/
H A Dintr_machdep.h106 void (*handler)(void *), void *arg, int flags, void **cookiep);
/freebsd-10.2-release/usr.sbin/mptutil/
H A Dmptutil.c117 if ((*cmd)->handler(ac, av))
/freebsd-10.2-release/usr.sbin/ppp/
H A Dexec.c88 struct execdevice *dev = device2exec(p->handler);
120 struct execdevice *dev = device2exec(p->handler);
123 p->handler->removefromset = NULL;
125 p->handler->removefromset = exec_RemoveFromSet;
146 struct execdevice *dev = device2exec(p->handler);
207 struct execdevice *dev = device2exec(p->handler);
233 struct execdevice *dev = device2exec(p->handler);
H A Dtty.c120 struct ttydevice *dev = device2tty(p->handler);
183 struct ttydevice *dev = device2tty(p->handler);
198 struct ttydevice *dev = device2tty(p->handler);
229 struct ttydevice *dev = device2tty(p->handler);
255 struct ttydevice *dev = device2tty(p->handler);
384 struct ttydevice *dev = device2tty(p->handler);
409 struct ttydevice *dev = device2tty(p->handler);
420 struct ttydevice *dev = device2tty(p->handler);
434 struct ttydevice *dev = device2tty(p->handler);
476 struct ttydevice *dev = device2tty(p->handler);
[all...]
H A Dnetgraph.c170 struct ngdevice *dev = device2ng(p->handler);
223 struct ngdevice *dev = device2ng(p->handler);
250 struct ngdevice *dev = device2ng(p->handler);
262 p->handler->removefromset = NULL;
264 p->handler->removefromset = ng_RemoveFromSet;
272 struct ngdevice *dev = device2ng(p->handler);
356 struct ngdevice *dev = device2ng(p->handler);
382 struct ngdevice *dev = device2ng(p->handler);
396 struct ngdevice *dev = device2ng(p->handler);
/freebsd-10.2-release/bin/sh/
H A Dhistedit.c228 savehandler = handler;
243 handler = savehandler;
244 longjmp(handler->loc, 1);
246 handler = &jmploc;
390 handler = savehandler;
/freebsd-10.2-release/contrib/gcc/cp/
H A Dexcept.c202 NULL_TREE for a ... handler) will not throw an exception. */
490 a handler of the function-try-block of a constructor or destructor. */
916 handler for type TO, as per [except.handle]. */
945 /* Check whether any of the handlers in I are shadowed by another handler
947 an exception of type B would be caught by a handler for A, there could
949 the handler for B would catch an exception of type C. */
958 tree handler = tsi_stmt (i); local
959 if (TREE_TYPE (handler) && can_convert_eh (type, TREE_TYPE (handler)))
962 EXPR_LOCUS (handler), TREE_TYP
986 tree handler = tsi_stmt (i); local
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-pragma.c742 pragma_handler handler, bool allow_expansion)
746 VEC_safe_push (pragma_handler, heap, registered_pragmas, &handler);
759 c_register_pragma (const char *space, const char *name, pragma_handler handler) argument
761 c_register_pragma_1 (space, name, handler, false);
766 pragma_handler handler)
768 c_register_pragma_1 (space, name, handler, true);
774 pragma_handler handler; local
777 handler = *VEC_index (pragma_handler, registered_pragmas, id);
779 handler (parse_in);
741 c_register_pragma_1(const char *space, const char *name, pragma_handler handler, bool allow_expansion) argument
765 c_register_pragma_with_expansion(const char *space, const char *name, pragma_handler handler) argument
/freebsd-10.2-release/sys/x86/xen/
H A Dxen_intr.c352 * Associate an interrupt handler with an already allocated local Xen
360 * \param filter An interrupt filter handler. Specify NULL
361 * to always dispatch to the ithread handler.
362 * \param handler An interrupt ithread handler. Optional (can
365 * \param arg Argument to present to both filter and handler.
366 * \param irqflags Interrupt handler flags. See sys/bus.h.
375 driver_intr_t handler, void *arg, enum intr_type flags,
402 isrc->xi_vector, filter, handler, arg,
459 * Interrupt handler fo
373 xen_intr_bind_isrc(struct xenisrc **isrcp, evtchn_port_t local_port, enum evtchn_type type, device_t intr_owner, driver_filter_t filter, driver_intr_t handler, void *arg, enum intr_type flags, xen_intr_handle_t *port_handlep) argument
967 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) argument
988 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) argument
1023 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) argument
1062 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) argument
1203 struct intr_handler *handler; local
[all...]
/freebsd-10.2-release/sbin/dhclient/
H A Ddispatch.c201 if (l->handler == got_one)
228 if (ip && (l->handler != got_one ||
230 (*(l->handler))(l);
437 add_protocol(char *name, int fd, void (*handler)(struct protocol *),
447 p->handler = handler;
/freebsd-10.2-release/sys/dev/acpi_support/
H A Dacpi_panasonic.c105 hkey_fn_t *handler; member in struct:__anon7756
107 /* name, handler */
191 device_printf(dev, "couldn't install notify handler - %s\n",
197 /* Install power profile event handler */
211 /* Remove power profile event handler */
214 /* Remove notify handler */
243 hkey_fn_t *handler; local
247 handler = sysctl_table[function].handler;
251 error = handler(s
[all...]
H A Dacpi_toshiba.c159 hci_fn_t *handler; member in struct:__anon7757
161 /* name, handler */
295 hci_fn_t *handler; local
299 handler = sysctl_table[function].handler;
303 error = handler(sc->handle, HCI_GET, &arg);
313 error = handler(sc->handle, HCI_SET, &arg);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c150 handler(int sig, siginfo_t *info, void *ctx) function
152 atf_tc_fail("Signal handler was called; "
168 act.sa_sigaction = handler;
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c28 svn_cache__error_handler_t handler,
32 cache->error_handler = handler;
48 /* Give the error handler callback a chance to replace or ignore the
27 svn_cache__set_error_handler(svn_cache__t *cache, svn_cache__error_handler_t handler, void *baton, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/tests/sys/kern/
H A Dkern_descrip_test.c82 handler(int s __unused) function
111 signal(SIGUSR1, handler);
/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq.h94 void (*handler) (struct parse *, FILE *); /* command handler */ member in struct:xcmd
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.h153 * Function prototype for the exception handler
163 * Register an interrupt handler for the specified interrupt number.
167 * @param user_arg User data to pass to the interrupt handler
172 * Set the exception handler for all non interrupt sources.
174 * @param handler New exception handler
175 * @return Old exception handler
177 cvmx_interrupt_exception_t cvmx_interrupt_set_exception(cvmx_interrupt_exception_t handler);
H A Dcvmx-interrupt.c79 cvmx_interrupt_func_t handler; /**< One function to call per interrupt */ member in struct:__cvmx_interrupt_handler
230 * Default exception handler. Prints out the exception
278 handler (because of SR[EXL]). Spin and poll the uart
303 * Default interrupt handler if the user doesn't register one.
371 * to the CIU. The handler queries the status of the CIU and
372 * calls the secondary handler for the CIU interrupt that
410 h->handler(irq, registers, h->data);
424 h->handler(irq, registers, h->data);
442 h->handler(irq, registers, h->data);
452 * These are directly tied to the CIU. The handler querie
1279 cvmx_interrupt_set_exception(cvmx_interrupt_exception_t handler) argument
[all...]
/freebsd-10.2-release/sys/arm/arm/
H A Dundefined.c42 * Fault handler
95 install_coproc_handler(int coproc, undef_handler_t handler) argument
100 KASSERT(handler != NULL, ("handler is NULL")); /* Used to be legal. */
104 uh->uh_handler = handler;
163 /* Install handler for GDB breakpoints */

Completed in 385 milliseconds

1234567891011>>