Home
last modified time | relevance | path

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

12345

/freebsd/sys/dev/isci/
H A Disci_interrupt.c52 0, &isci->handlers[0]); in isci_interrupt_setup_legacy()
54 interrupt_info->handlers = &isci->handlers[0]; in isci_interrupt_setup_legacy()
83 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER, &isci->handlers[0]); in isci_interrupt_setup_msix()
96 info->handlers = &isci->handlers[msix_index]; in isci_interrupt_setup_msix()
161 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_legacy_handler()
162 completion_handler = interrupt_info->handlers->completion_handler; in isci_interrupt_legacy_handler()
199 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_msix_handler()
200 completion_handler = interrupt_info->handlers->completion_handler; in isci_interrupt_msix_handler()
226 SCIC_CONTROLLER_HANDLER_METHODS_T handlers; in isci_interrupt_poll_handler() local
228 scic_controller_get_handler_methods(SCIC_NO_INTERRUPTS, 0x0, &handlers); in isci_interrupt_poll_handler()
[all …]
H A Disci.h141 SCIC_CONTROLLER_HANDLER_METHODS_T *handlers; member
243 SCIC_CONTROLLER_HANDLER_METHODS_T handlers[4]; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp27 ArrayRef<Stmt *> handlers) { in Create() argument
28 const size_t Size = totalSizeToAlloc<Stmt *>(handlers.size() + 1); in Create()
30 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers); in Create()
41 ArrayRef<Stmt *> handlers) in CXXTryStmt() argument
42 : Stmt(CXXTryStmtClass), TryLoc(tryLoc), NumHandlers(handlers.size()) { in CXXTryStmt()
45 std::copy(handlers.begin(), handlers.end(), Stmts + 1); in CXXTryStmt()
/freebsd/sys/netlink/
H A Dnetlink_route.c51 rtnl_register_messages(const struct rtnl_cmd_handler *handlers, int count) in rtnl_register_messages() argument
54 if (handlers[i].cmd >= HANDLER_MAX_NUM) in rtnl_register_messages()
56 MPASS(rtnl_handler[handlers[i].cmd] == NULL); in rtnl_register_messages()
59 rtnl_handler[handlers[i].cmd] = &handlers[i]; in rtnl_register_messages()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc36 // is included here so that a user can specify whether they want signal handlers
38 // signal handlers need to be installed, and then use
39 // crash_handler::installSignalHandlers() in order to install the handlers. Note
40 // that in order to support signal handlers, you will need to link against the
44 "Install GWP-ASan signal handlers for SIGSEGV during dynamic loading. This "
48 "programs that install further signal handlers should make sure they do "
59 "previously-installed signal handlers will only be triggered for "
63 "Install GWP-ASan atfork handlers to acquire internal locks "
/freebsd/lib/libc/stdlib/
H A Dquick_exit.c46 static _Atomic(struct quick_exit_handler *) handlers;
57 while (!atomic_compare_exchange_strong(&handlers, &h->next, h)) { in at_quick_exit()
72 for (h = atomic_load_explicit(&handlers, memory_order_acquire); in quick_exit()
/freebsd/sys/netinet/libalias/
H A Dalias_dummy.c101 struct proto_handler handlers [] = { variable
120 LibAliasAttachHandlers(handlers); in mod_handler()
124 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_irc.c117 struct proto_handler handlers[] = { variable
136 LibAliasAttachHandlers(handlers); in mod_handler()
140 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_skinny.c77 struct proto_handler handlers[] = { variable
96 LibAliasAttachHandlers(handlers); in mod_handler()
100 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_pptp.c128 struct proto_handler handlers[] = { variable
172 LibAliasAttachHandlers(handlers); in mod_handler()
176 LibAliasDetachHandlers(handlers); in mod_handler()
H A Dalias_smedia.c161 struct proto_handler handlers[] = { variable
180 LibAliasAttachHandlers(handlers); in mod_handler()
184 LibAliasDetachHandlers(handlers); in mod_handler()
/freebsd/sys/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…
/freebsd/usr.sbin/cpucontrol/
H A Dcpucontrol.c87 } handlers[] = { variable
93 #define NHANDLERS (sizeof(handlers) / sizeof(*handlers))
424 if (handlers[i].probe(fd) == 0) in do_update()
427 handler = &handlers[i]; in do_update()
/freebsd/contrib/expat/tests/
H A DMakefile.am51 handlers.c \
89 handlers.h \
/freebsd/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp129 } handlers[] = { in throw_atf_error() local
137 handler* h = handlers; in throw_atf_error()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_init_thread_deregister.pod37 set of common stop handlers and is passed in a later call to
43 In the event that previously registered stop handlers need to be deregistered
45 This will deregister all stop handlers (no matter which thread they were
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store-file.pod25 scheme has its own layer of functionality called "file handlers",
31 formatted files can contain more than one object, the file handlers
36 handlers as is, with no PEM name or headers.
/freebsd/contrib/wpa/src/common/
H A Dgas_server.c50 struct dl_list handlers; /* struct gas_server_handler::list */ member
226 dl_list_for_each(handler, &gas->handlers, struct gas_server_handler, in gas_server_rx_initial_req()
563 dl_list_init(&gas->handlers); in gas_server_init()
577 dl_list_for_each_safe(handler, tmp, &gas->handlers, in gas_server_deinit()
617 dl_list_add(&gas->handlers, &handler->list); in gas_server_register()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_phy.h370 #define scic_sds_phy_set_state_handlers(phy, handlers) \ argument
371 ((phy)->state_handlers = (handlers))
/freebsd/lib/clang/include/llvm/Support/
H A DExtension.def1 //extension handlers
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dgpio-restart.txt18 restart handler completes allowing other restart handlers to be attempted.
39 restart handlers
/freebsd/contrib/wpa/src/radius/
H A Dradius_client.c299 struct radius_rx_handler **handlers, *newh; in radius_client_register() local
303 handlers = &radius->acct_handlers; in radius_client_register()
306 handlers = &radius->auth_handlers; in radius_client_register()
310 newh = os_realloc_array(*handlers, *num + 1, in radius_client_register()
318 *handlers = newh; in radius_client_register()
1100 struct radius_rx_handler *handlers; in radius_client_receive() local
1118 handlers = radius->acct_handlers; in radius_client_receive()
1128 handlers = radius->auth_handlers; in radius_client_receive()
1271 res = handlers[i].handler(msg, req->msg, req->shared_secret, in radius_client_receive()
1273 handlers[i].data); in radius_client_receive()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcsignal.inc13 // [support.signal], signal handlers
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcsignal.inc13 // [support.signal], signal handlers

12345