Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 69) sorted by relevance

123

/f-stack/dpdk/lib/librte_net/
H A Drte_net_crc.c254 handlers = NULL; in rte_crc16_ccitt_default_handler()
259 if (handlers != NULL) in rte_crc16_ccitt_default_handler()
262 if (handlers != NULL) in rte_crc16_ccitt_default_handler()
265 if (handlers != NULL) in rte_crc16_ccitt_default_handler()
274 handlers = NULL; in rte_crc32_eth_default_handler()
279 if (handlers != NULL) in rte_crc32_eth_default_handler()
282 if (handlers != NULL) in rte_crc32_eth_default_handler()
285 if (handlers != NULL) in rte_crc32_eth_default_handler()
296 handlers = NULL; in rte_net_crc_set_alg()
303 if (handlers != NULL) in rte_net_crc_set_alg()
[all …]
/f-stack/freebsd/netinet/libalias/
H A Dalias_dummy.c106 struct proto_handler handlers [] = { variable
125 LibAliasAttachHandlers(handlers); in mod_handler()
129 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_irc.c121 struct proto_handler handlers[] = { variable
140 LibAliasAttachHandlers(handlers); in mod_handler()
144 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_skinny.c81 struct proto_handler handlers[] = { variable
100 LibAliasAttachHandlers(handlers); in mod_handler()
104 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_pptp.c136 struct proto_handler handlers[] = { variable
180 LibAliasAttachHandlers(handlers); in mod_handler()
184 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_smedia.c165 struct proto_handler handlers[] = { variable
184 LibAliasAttachHandlers(handlers); in mod_handler()
188 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_ftp.c150 struct proto_handler handlers[] = { variable
176 LibAliasAttachHandlers(handlers); in mod_handler()
180 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_nbt.c132 struct proto_handler handlers[] = { variable
165 LibAliasAttachHandlers(handlers); in mod_handler()
169 LibAliasDetachHandlers(handlers); in mod_handler()
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_catchable_abrt.m47 # Check whether SIGABRT can be caught using signal handlers.
53 … [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
H A Dax_check_catchable_segv.m47 # Check whether segmentation violations can be caught using signal handlers.
38 …VE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
39 …On this platform, segmentation violations cannot be caught using signal handlers. This is expected…
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c275 if (ngx_array_init(&cmcf->phases[NGX_STREAM_POST_ACCEPT_PHASE].handlers, in ngx_stream_init_phases()
282 if (ngx_array_init(&cmcf->phases[NGX_STREAM_PREACCESS_PHASE].handlers, in ngx_stream_init_phases()
289 if (ngx_array_init(&cmcf->phases[NGX_STREAM_ACCESS_PHASE].handlers, in ngx_stream_init_phases()
296 if (ngx_array_init(&cmcf->phases[NGX_STREAM_SSL_PHASE].handlers, in ngx_stream_init_phases()
303 if (ngx_array_init(&cmcf->phases[NGX_STREAM_PREREAD_PHASE].handlers, in ngx_stream_init_phases()
310 if (ngx_array_init(&cmcf->phases[NGX_STREAM_LOG_PHASE].handlers, in ngx_stream_init_phases()
334 n += cmcf->phases[i].handlers.nelts; in ngx_stream_init_phase_handlers()
343 cmcf->phase_engine.handlers = ph; in ngx_stream_init_phase_handlers()
347 h = cmcf->phases[i].handlers.elts; in ngx_stream_init_phase_handlers()
366 n += cmcf->phases[i].handlers.nelts; in ngx_stream_init_phase_handlers()
[all …]
H A Dngx_stream.h142 ngx_stream_phase_handler_t *handlers; member
147 ngx_array_t handlers; member
H A Dngx_stream_handler.c319 log_handler = cmcf->phases[NGX_STREAM_LOG_PHASE].handlers.elts; in ngx_stream_log_session()
320 n = cmcf->phases[NGX_STREAM_LOG_PHASE].handlers.nelts; in ngx_stream_log_session()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-interrupt.c89 struct __cvmx_interrupt_handler handlers[CVMX_IRQ_MAX]; member
338 cvmx_interrupt_state.handlers[irq].handler_data = (en << 6) | bit; in __cvmx_interrupt_set_mapping()
481 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu_cn61xx()
523 h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu2()
548 h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu2()
722 int bit = cvmx_interrupt_state.handlers[irq_number].handler_data; in __cvmx_interrupt_ciu2_mask_unmask_irq()
770 int bit = cvmx_interrupt_state.handlers[irq_number].handler_data; in __cvmx_interrupt_ciu_mask_unmask_irq()
825 cvmx_interrupt_state.handlers[irq_number].handler = func; in cvmx_interrupt_register()
826 cvmx_interrupt_state.handlers[irq_number].data = user_arg; in cvmx_interrupt_register()
1126 cvmx_interrupt_state.handlers[i].data = NULL; in cvmx_interrupt_initialize()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c350 if (ngx_array_init(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers, in ngx_http_init_phases()
364 if (ngx_array_init(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers, in ngx_http_init_phases()
371 if (ngx_array_init(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers, in ngx_http_init_phases()
378 if (ngx_array_init(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers, in ngx_http_init_phases()
392 if (ngx_array_init(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers, in ngx_http_init_phases()
399 if (ngx_array_init(&cmcf->phases[NGX_HTTP_LOG_PHASE].handlers, in ngx_http_init_phases()
472 n += cmcf->phases[i].handlers.nelts; in ngx_http_init_phase_handlers()
481 cmcf->phase_engine.handlers = ph; in ngx_http_init_phase_handlers()
485 h = cmcf->phases[i].handlers.elts; in ngx_http_init_phase_handlers()
546 n += cmcf->phases[i].handlers.nelts; in ngx_http_init_phase_handlers()
[all …]
H A Dngx_http_core_module.h141 ngx_http_phase_handler_t *handlers; member
148 ngx_array_t handlers; member
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dgpio-restart.txt18 restart handler completes allowing other restart handlers to be attempted.
39 restart handlers
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-proc-operations.m44 dnl # of the file_operations structure when registering proc handlers.
/f-stack/freebsd/kern/
H A Dserdev_if.m67 # to interrupt handlers for each individual interrupt source. This allows
79 # interrupt handlers collected with the ihand() method.
/f-stack/freebsd/sys/
H A Dinterrupt.h166 void db_dump_intr_event(struct intr_event *ie, int handlers);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c235 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_degradation_init()
H A Dngx_http_mirror_module.c256 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_mirror_init()
H A Dngx_http_realip_module.c528 h = ngx_array_push(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers); in ngx_http_realip_init()
535 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_realip_init()
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt22 interrupt handlers are oblivious to this distinction and therefore it is not
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst124 Several different mempool handlers may be used in the same application. A new
142 libraries, the -d arguments for mempool handlers *must be specified in the

123