Searched refs:handlers (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/lib/libc/stdlib/
H A Dquick_exit.c35 * Linked list of quick exit handlers. This is simpler than the atexit()
45 * Lock protecting the handlers list.
49 * Stack of cleanup handlers. These will be invoked in reverse order when
51 static struct quick_exit_handler *handlers; variable in typeref:struct:quick_exit_handler
64 h->next = handlers;
66 handlers = h;
80 for (h = handlers; NULL != h; h = h->next) {
/freebsd-11-stable/sys/dev/isci/
H A Disci_interrupt.c52 0, &isci->handlers[0]);
54 interrupt_info->handlers = &isci->handlers[0];
83 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER, &isci->handlers[0]);
96 info->handlers = &isci->handlers[msix_index];
161 interrupt_handler = interrupt_info->handlers->interrupt_handler;
162 completion_handler = interrupt_info->handlers->completion_handler;
199 interrupt_handler = interrupt_info->handlers->interrupt_handler;
200 completion_handler = interrupt_info->handlers
226 SCIC_CONTROLLER_HANDLER_METHODS_T handlers; local
[all...]
H A Disci.h138 SCIC_CONTROLLER_HANDLER_METHODS_T *handlers; member in struct:ISCI_INTERRUPT_INFO
240 SCIC_CONTROLLER_HANDLER_METHODS_T handlers[4]; member in struct:isci_softc
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_dummy.c99 * the protocol handlers present in every module.
101 * ITS EXACT NAME: handlers.
104 struct proto_handler handlers [] = { variable in typeref:struct:proto_handler
123 LibAliasAttachHandlers(handlers);
127 LibAliasDetachHandlers(handlers);
H A Dalias_cuseeme.c94 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
120 LibAliasAttachHandlers(handlers);
124 LibAliasDetachHandlers(handlers);
H A Dalias_pptp.c136 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
152 * WATCH OUT!!! these 2 handlers NEED a priority of INT_MAX (highest possible)
180 LibAliasAttachHandlers(handlers);
184 LibAliasDetachHandlers(handlers);
H A Dalias_skinny.c79 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
98 LibAliasAttachHandlers(handlers);
102 LibAliasDetachHandlers(handlers);
H A Dalias_irc.c119 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
138 LibAliasAttachHandlers(handlers);
142 LibAliasDetachHandlers(handlers);
/freebsd-11-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_install.c47 uia.handlers = ua;
/freebsd-11-stable/sys/sparc64/include/
H A Dsysarch.h46 const struct sparc_utrap_args *handlers; member in struct:sparc_utrap_install_args
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp26 Stmt *tryBlock, ArrayRef<Stmt *> handlers) {
27 const size_t Size = totalSizeToAlloc<Stmt *>(handlers.size() + 1);
29 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers);
40 ArrayRef<Stmt *> handlers)
41 : Stmt(CXXTryStmtClass), TryLoc(tryLoc), NumHandlers(handlers.size()) {
44 std::copy(handlers.begin(), handlers.end(), Stmts + 1);
25 Create(const ASTContext &C, SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt *> handlers) argument
39 CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt *> handlers) argument
/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.h49 const struct ntb_queue_handlers *handlers, void *data);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp129 } handlers[] = { local
137 handler* h = handlers;
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c389 icode = (int) widen_pattern_optab->handlers[(int) tmode0].insn_code;
514 int icode = (int) ternary_optab->handlers[(int) mode].insn_code;
522 gcc_assert (ternary_optab->handlers[(int) mode].insn_code
643 icode = (int) shift_optab->handlers[(int) mode].insn_code;
1281 && binoptab->handlers[(int) mode].insn_code != CODE_FOR_nothing)
1283 int icode = (int) binoptab->handlers[(int) mode].insn_code;
1385 ->handlers[(int) GET_MODE_WIDER_MODE (mode)].insn_code)
1413 if (binoptab->handlers[(int) wider_mode].insn_code != CODE_FOR_nothing
1417 ->handlers[(int) GET_MODE_WIDER_MODE (wider_mode)].insn_code)
1465 && binoptab->handlers[(in
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsys_machdep.c128 (uia.handlers == NULL && uia.num > 0))
131 if ((error = copyin(&uia.handlers[i], &ua, sizeof(ua))) != 0)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.c89 struct __cvmx_interrupt_handler handlers[CVMX_IRQ_MAX]; member in struct:__anon8589
338 cvmx_interrupt_state.handlers[irq].handler_data = (en << 6) | bit;
409 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq;
423 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq;
441 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq;
481 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq;
523 h = cvmx_interrupt_state.handlers + irq;
548 h = cvmx_interrupt_state.handlers + irq;
679 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + i;
722 int bit = cvmx_interrupt_state.handlers[irq_numbe
[all...]
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c96 } handlers[] = { variable in typeref:struct:ucode_handler
102 #define NHANDLERS (sizeof(handlers) / sizeof(*handlers))
385 if (handlers[i].probe(fd) == 0)
388 handler = &handlers[i];
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.h314 * This is the SCI_BASE_PHY object state handlers.
368 * @brief This macro sets the state handlers for this phy object
370 #define scic_sds_phy_set_state_handlers(phy, handlers) \
371 ((phy)->state_handlers = (handlers))
374 * This macro set the base state handlers for the phy object.
H A Dscic_sds_port.h162 * assigned in the state handlers and used in the state transition.
182 * This field points to the current set of state handlers for this port
183 * object. These state handlers are assigned at each enter state of the state
269 * This macro will change the state handlers to those of the specified state
283 * Helper macro to set the port object state handlers
285 #define scic_sds_port_set_state_handlers(this_port, handlers) \
286 ((this_port)->state_handlers = (handlers))
H A Dscic_sds_remote_device.h273 * assigned in the state handlers and used in the state transition.
291 * This field maintains the set of state handlers for the remote device
330 * @brief This structure conains the state handlers that are needed to
394 * This macro sets the remote device state handlers pointer and is set on
397 #define scic_sds_remote_device_set_state_handlers(this_device, handlers) \
398 ((this_device)->state_handlers = (handlers))
/freebsd-11-stable/contrib/wpa/src/common/
H A Dgas_server.c45 struct dl_list handlers; /* struct gas_server_handler::list */ member in struct:gas_server
213 dl_list_for_each(handler, &gas->handlers, struct gas_server_handler,
431 dl_list_init(&gas->handlers);
445 dl_list_for_each_safe(handler, tmp, &gas->handlers,
484 dl_list_add(&gas->handlers, &handler->list);
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcgen.h270 /* Associated with each insn or expression is a set of "handlers" for
344 /* Parse/insert/extract/print handlers.
955 struct cgen_opcode_handler handlers;
956 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers)
1335 /* Instruction parse/insert/extract/print handlers. */
1341 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse])
1342 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert])
1343 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract])
1344 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print])
941 struct cgen_opcode_handler handlers; member in struct:__anon575
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc24 // Modifying the behavior of the signal handlers (such as registering new ones)
255 // stack if we remove our signal handlers; that can't be done reliably if
284 // The mutex prevents other threads from registering handlers while we're
285 // doing it. We also have to protect the handlers and their count because
286 // a signal handler could fire while we're registeting handlers.
290 // If the handlers are already registered, we're done.
302 "Out of space for signal handlers!");
335 // Restore all of the signal handlers to how they were before we showed up.
/freebsd-11-stable/sys/sys/
H A Dinterrupt.h42 * Multiple interrupt handlers for a specific event can be chained
48 void *ih_argument; /* Argument to pass to handlers. */
65 * Describe an interrupt event. An event holds a list of handlers.
70 * handlers without filters is scheduled. It is responsible for
95 * multiplexing interrupt interrupt handler into handlers for child
98 * event handlers with that event. It can then use
99 * intr_event_execute_handlers() to execute non-filter handlers.
100 * Currently filter handlers are not supported by this, but that can
106 TAILQ_HEAD(, intr_handler) ie_handlers; /* Interrupt handlers. */
163 void db_dump_intr_event(struct intr_event *ie, int handlers);
[all...]
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
201 * auth_handlers - Authentication message handlers
206 * num_auth_handlers - Number of handlers in auth_handlers
211 * acct_handlers - Accounting message handlers
216 * num_acct_handlers - Number of handlers in acct_handlers
277 * There can be multiple registered RADIUS message handlers. The handlers will
290 struct radius_rx_handler **handlers, *newh; local
294 handlers
822 struct radius_rx_handler *handlers; local
[all...]

Completed in 233 milliseconds

1234