| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zio_inject.c | 171 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection() 198 handler = list_next(&inject_handlers, handler)) { in zio_handle_decrypt_injection() 277 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection() 318 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() 651 handler->zi_lanes[handler->zi_next_lane]; in zio_handle_io_delay() 883 handler = list_next(&inject_handlers, handler)) in zio_inject_list_next() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 24 ngx_str_t handler; member 30 ngx_str_t handler; member 215 handler = &plcf->handler; in ngx_http_perl_handle_request() 219 handler = &ngx_null_name; in ngx_http_perl_handle_request() 387 handler->data[handler->len] = '\0'; in ngx_http_perl_ssi() 408 sv = newSVpvn((char *) handler->data, handler->len); in ngx_http_perl_ssi() 413 sv = newSVpvn((char *) handler->data, handler->len); in ngx_http_perl_ssi() 907 conf->handler = prev->handler; in ngx_http_perl_merge_loc_conf() 925 if (plcf->handler.data) { in ngx_http_perl() 939 plcf->handler = value[1]; in ngx_http_perl() [all …]
|
| /f-stack/lib/ |
| H A D | ff_ini_parser.c | 73 int ini_parse_stream(ini_reader reader, void* stream, ini_handler handler, in ini_parse_stream() argument 121 if (!handler(user, section, prev_name, start) && !error) in ini_parse_stream() 155 if (!handler(user, section, name, value) && !error) in ini_parse_stream() 178 int ini_parse_file(FILE* file, ini_handler handler, void* user) in ini_parse_file() argument 180 return ini_parse_stream((ini_reader)fgets, file, handler, user); in ini_parse_file() 184 int ini_parse(const char* filename, ini_handler handler, void* user) in ini_parse() argument 192 error = ini_parse_file(file, handler, user); in ini_parse()
|
| H A D | ff_ini_parser.h | 40 int ini_parse(const char* filename, ini_handler handler, void* user); 44 int ini_parse_file(FILE* file, ini_handler handler, void* user); 48 int ini_parse_stream(ini_reader reader, void* stream, ini_handler handler,
|
| /f-stack/freebsd/kern/ |
| H A D | kern_intr.c | 765 ie = handler->ih_event; in intr_handler_barrier() 832 if (handler == NULL) in intr_event_remove_handler() 834 ie = handler->ih_event; in intr_event_remove_handler() 837 handler->ih_name)); in intr_event_remove_handler() 843 if (ih == handler) in intr_event_remove_handler() 909 if (handler == NULL) in intr_event_suspend_handler() 911 ie = handler->ih_event; in intr_event_suspend_handler() 914 handler->ih_name)); in intr_event_suspend_handler() 928 if (handler == NULL) in intr_event_resume_handler() 930 ie = handler->ih_event; in intr_event_resume_handler() [all …]
|
| H A D | kern_poll.c | 257 poll_handler_t *handler; member 349 pr[i].handler(pr[i].ifp, POLL_ONLY, count); in ether_poll() 465 pr[i].handler(pr[i].ifp, arg, cycles); in netisr_poll() 506 if (pr[i].ifp == ifp && pr[i].handler != NULL) { in ether_poll_register() 513 pr[poll_handlers].handler = h; in ether_poll_register() 545 pr[i].handler = pr[poll_handlers].handler; in ether_poll_deregister()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | core.c | 206 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()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-restart.txt | 2 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
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc_cpp.cpp | 48 std::new_handler handler; in handleOOM() local 54 handler = std::set_new_handler(nullptr); in handleOOM() 55 std::set_new_handler(handler); in handleOOM() 57 if (handler == nullptr) in handleOOM() 61 handler(); in handleOOM()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | xattr_compat.h | 68 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, \ 130 fn(const struct xattr_handler *handler, struct dentry *dentry, \ 145 fn(const struct xattr_handler *handler, struct dentry *dentry, \
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_intr.c | 164 if (intr->handler != NULL) { in sfc_intr_start() 187 rc = rte_intr_callback_register(intr_handle, intr->handler, in sfc_intr_start() 223 rte_intr_callback_unregister(intr_handle, intr->handler, (void *)sa); in sfc_intr_start() 247 if (intr->handler != NULL) { in sfc_intr_stop() 262 intr->handler, (void *)sa)) == -EAGAIN) in sfc_intr_stop() 282 intr->handler = NULL; in sfc_intr_configure() 291 intr->handler = sfc_intr_message_handler; in sfc_intr_configure() 294 intr->handler = sfc_intr_line_handler; in sfc_intr_configure()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 44 if (handler != NULL) in ~CNetHelper() 48 handler = NULL; in ~CNetHelper() 54 if (handler != NULL) { in SendRecv() 64 if (handler != NULL) { in GetRspBuff() 74 if (handler != NULL) { in GetRspLen() 149 if (handler != NULL) { in SetProtoType() 157 if (handler != NULL) { in SetDestAddress() 165 if (handler != NULL) { in SetSessionId() 173 if (handler != NULL) { in SetSessionCallback() 1628 if (NULL == handler) in RemoveNetItem() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sysctl.h | 290 .oid_handler = (handler), \ 301 handler, fmt, descr, NULL) 306 nbr, #name, kind, a1, a2, handler, fmt, descr, label) 312 nbr, #name, kind, a1, a2, handler, fmt, descr, label) 322 #define SYSCTL_ROOT_NODE(nbr, name, access, handler, descr) \ argument 325 handler, "N", descr, NULL); \ 335 NULL, 0, handler, "N", descr, label); \ 342 handler, descr, NULL) 350 NULL, 0, handler, "N", __DESCR(descr), label); \ 360 NULL, 0, handler, "N", __DESCR(descr), NULL); \ [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 827 handler = c->log->handler; in ngx_stream_proxy_init_upstream() 835 c->log->handler = handler; in ngx_stream_proxy_init_upstream() 1381 handler = c->log->handler; in ngx_stream_proxy_process_connection() 1393 c->log->handler = handler; in ngx_stream_proxy_process_connection() 1535 handler = c->log->handler; in ngx_stream_proxy_process() 1540 c->log->handler = handler; in ngx_stream_proxy_process() 1743 handler = c->log->handler; in ngx_stream_proxy_test_finalize() 1754 c->log->handler = handler; in ngx_stream_proxy_test_finalize() 1771 handler = c->log->handler; in ngx_stream_proxy_test_finalize() 1772 c->log->handler = NULL; in ngx_stream_proxy_test_finalize() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 93 ipfw_eaction_t *handler; member 187 create_eaction_obj(struct ip_fw_chain *ch, ipfw_eaction_t handler, in create_eaction_obj() argument 199 obj->handler = handler; in create_eaction_obj() 339 ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler, in ipfw_add_eaction() argument 346 create_eaction_obj(ch, handler, name, &eaction_id); in ipfw_add_eaction() 454 return (EACTION_OBJ(ch, cmd)->handler(ch, args, cmd, done)); in ipfw_run_eaction()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | intr_machdep.c | 177 void (*handler)(void*), void *arg, int irq, int flags, void **cookiep) in cpu_establish_hardintr() 205 intr_event_add_handler(event, name, filt, handler, arg, in cpu_establish_hardintr() 214 void (*handler)(void*), void *arg, int irq, int flags, in cpu_establish_softintr() 222 irq, filt, handler, arg); in cpu_establish_softintr() 238 intr_event_add_handler(event, name, filt, handler, arg, in cpu_establish_softintr()
|
| H A D | mips_pic.c | 81 void (*handler)(void*), void *arg, int irq, 628 driver_filter_t *filt, void (*handler)(void*), void *arg, int irq, in cpu_establish_intr() 681 error = bus_setup_intr(sc->pic_dev, res, flags, filt, handler, arg, in cpu_establish_intr() 689 void (*handler)(void*), void *arg, int irq, int flags, void **cookiep) in cpu_establish_hardintr() 696 cpu_establish_intr(pic_sc, name, filt, handler, arg, irq+NSOFT_IRQS, in cpu_establish_hardintr() 702 void (*handler)(void*), void *arg, int irq, int flags, in cpu_establish_softintr() 710 cpu_establish_intr(pic_sc, name, filt, handler, arg, irq, flags, in cpu_establish_softintr()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-xattr-handler.m4 | 65 dnl # Supported xattr handler get() interfaces checked newest to oldest. 71 int get(const struct xattr_handler *handler, 83 int get(const struct xattr_handler *handler, 121 dnl # should be accessed by handler->flags. 152 dnl # Supported xattr handler set() interfaces checked newest to oldest. 158 int set(const struct xattr_handler *handler, 172 int set(const struct xattr_handler *handler, 211 dnl # should be accessed by handler->flags. 242 dnl # Supported xattr handler list() interfaces checked newest to oldest. 258 size_t list(const struct xattr_handler *handler, [all …]
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_udp.c | 239 ngx_log_handler_pt handler; in ngx_event_recvmsg() local 241 handler = c->log->handler; in ngx_event_recvmsg() 242 c->log->handler = NULL; in ngx_event_recvmsg() 247 c->log->handler = handler; in ngx_event_recvmsg() 263 rev->handler(rev); in ngx_event_recvmsg() 412 log->handler = NULL; in ngx_event_recvmsg() 414 ls->handler(c); in ngx_event_recvmsg() 556 cln->handler = ngx_delete_udp_connection; in ngx_insert_udp_connection()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_proxy_module.c | 154 s->connection->read->handler = ngx_mail_proxy_block_read; in ngx_mail_proxy_init() 281 s->connection->read->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_pop3_handler() 282 s->connection->write->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_pop3_handler() 283 rev->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_pop3_handler() 284 c->write->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_pop3_handler() 415 s->connection->read->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_imap_handler() 417 rev->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_imap_handler() 418 c->write->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_imap_handler() 662 s->connection->read->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_smtp_handler() 664 rev->handler = ngx_mail_proxy_handler; in ngx_mail_proxy_smtp_handler() [all …]
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_ioport.c | 106 ioport_handler_func_t handler; in emulate_inout_port() local 114 (handler = ioport_handler[vmexit->u.inout.port]) == NULL) { in emulate_inout_port() 125 error = (*handler)(vm, vcpuid, vmexit->u.inout.in, in emulate_inout_port()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_copy_filter_module.c | 178 file->aio->handler = ngx_http_copy_aio_event_handler; in ngx_http_copy_aio_handler() 226 aio->handler = ngx_http_copy_aio_sendfile_event_handler; in ngx_http_copy_aio_sendfile_preload() 253 r->connection->write->handler(r->connection->write); in ngx_http_copy_aio_sendfile_event_handler() 293 task->event.handler = ngx_http_copy_thread_event_handler; in ngx_http_copy_thread_handler() 333 c->write->handler(c->write); in ngx_http_copy_thread_event_handler()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_irq.c | 83 irq->handler, in bnxt_free_int() 157 bp->irq_tbl[i].handler = bnxt_int_handler; in bnxt_setup_int() 178 irq->handler, in bnxt_request_int()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 145 static ngx_int_t ngx_eventport_notify(ngx_event_handler_pt handler); 421 ngx_eventport_notify(ngx_event_handler_pt handler) in ngx_eventport_notify() argument 423 notify_event.handler = handler; in ngx_eventport_notify() 570 rev->handler(rev); in ngx_eventport_process_events() 601 wev->handler(wev); in ngx_eventport_process_events() 609 ev->handler(ev); in ngx_eventport_process_events()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_palloc.c | 54 if (c->handler) { in ngx_destroy_pool() 57 c->handler(c->data); in ngx_destroy_pool() 331 c->handler = NULL; in ngx_pool_cleanup_add() 349 if (c->handler == ngx_pool_cleanup_file) { in ngx_pool_run_cleanup_file() 354 c->handler(cf); in ngx_pool_run_cleanup_file() 355 c->handler = NULL; in ngx_pool_run_cleanup_file()
|