| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net_crc.c | 254 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 D | alias_dummy.c | 106 struct proto_handler handlers [] = { variable 125 LibAliasAttachHandlers(handlers); in mod_handler() 129 LibAliasDetachHandlers(handlers); in mod_handler()
|
| H A D | alias_irc.c | 121 struct proto_handler handlers[] = { variable 140 LibAliasAttachHandlers(handlers); in mod_handler() 144 LibAliasDetachHandlers(handlers); in mod_handler()
|
| H A D | alias_skinny.c | 81 struct proto_handler handlers[] = { variable 100 LibAliasAttachHandlers(handlers); in mod_handler() 104 LibAliasDetachHandlers(handlers); in mod_handler()
|
| H A D | alias_pptp.c | 136 struct proto_handler handlers[] = { variable 180 LibAliasAttachHandlers(handlers); in mod_handler() 184 LibAliasDetachHandlers(handlers); in mod_handler()
|
| H A D | alias_smedia.c | 165 struct proto_handler handlers[] = { variable 184 LibAliasAttachHandlers(handlers); in mod_handler() 188 LibAliasDetachHandlers(handlers); in mod_handler()
|
| H A D | alias_ftp.c | 150 struct proto_handler handlers[] = { variable 176 LibAliasAttachHandlers(handlers); in mod_handler() 180 LibAliasDetachHandlers(handlers); in mod_handler()
|
| H A D | alias_nbt.c | 132 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 D | ax_check_catchable_abrt.m4 | 7 # 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 D | ax_check_catchable_segv.m4 | 7 # 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 D | ngx_stream.c | 275 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 D | ngx_stream.h | 142 ngx_stream_phase_handler_t *handlers; member 147 ngx_array_t handlers; member
|
| H A D | ngx_stream_handler.c | 319 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 D | cvmx-interrupt.c | 89 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 D | ngx_http.c | 350 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 D | ngx_http_core_module.h | 141 ngx_http_phase_handler_t *handlers; member 148 ngx_array_t handlers; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-restart.txt | 18 restart handler completes allowing other restart handlers to be attempted. 39 restart handlers
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-proc-operations.m4 | 4 dnl # of the file_operations structure when registering proc handlers.
|
| /f-stack/freebsd/kern/ |
| H A D | serdev_if.m | 67 # to interrupt handlers for each individual interrupt source. This allows 79 # interrupt handlers collected with the ihand() method.
|
| /f-stack/freebsd/sys/ |
| H A D | interrupt.h | 166 void db_dump_intr_event(struct intr_event *ie, int handlers);
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_degradation_module.c | 235 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_degradation_init()
|
| H A D | ngx_http_mirror_module.c | 256 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_mirror_init()
|
| H A D | ngx_http_realip_module.c | 528 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 D | sifive,plic-1.0.0.txt | 22 interrupt handlers are oblivious to this distinction and therefore it is not
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | mempool_lib.rst | 124 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
|