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

123

/freebsd-10.0-release/lib/libc/stdlib/
H A Dquick_exit.c33 * Linked list of quick exit handlers. This is simpler than the atexit()
43 * Lock protecting the handlers list.
47 * Stack of cleanup handlers. These will be invoked in reverse order when
49 static struct quick_exit_handler *handlers; variable in typeref:struct:quick_exit_handler
62 h->next = handlers;
63 handlers = h;
77 for (h = handlers; NULL != h; h = h->next)
/freebsd-10.0-release/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
239 SCIC_CONTROLLER_HANDLER_METHODS_T handlers[4]; member in struct:isci_softc
/freebsd-10.0-release/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_irc.c120 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
139 LibAliasAttachHandlers(handlers);
143 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_ftp.c150 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
176 LibAliasAttachHandlers(handlers);
180 LibAliasDetachHandlers(handlers);
H A Dalias_smedia.c163 struct proto_handler handlers[] = { variable in typeref:struct:proto_handler
182 LibAliasAttachHandlers(handlers);
186 LibAliasDetachHandlers(handlers);
/freebsd-10.0-release/lib/libc/sparc64/sys/
H A D__sparc_utrap_install.c47 uia.handlers = ua;
/freebsd-10.0-release/sys/sparc64/include/
H A Dsysarch.h46 const struct sparc_utrap_args *handlers; member in struct:sparc_utrap_install_args
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp132 } handlers[] = { local
140 handler* h = handlers;
/freebsd-10.0-release/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...]
H A Dcfgbuild.c211 rtx handlers, i;
213 handlers = reachable_handlers (insn);
215 for (i = handlers; i; i = XEXP (i, 1))
219 free_INSN_LIST_list (&handlers);
373 exceptions then any insn can reach any of the active handlers.
208 rtx handlers, i; local
/freebsd-10.0-release/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-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.c89 struct __cvmx_interrupt_handler handlers[CVMX_IRQ_MAX]; member in struct:__anon6936
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-10.0-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c92 } handlers[] = { variable in typeref:struct:ucode_handler
97 #define NHANDLERS (sizeof(handlers) / sizeof(*handlers))
309 if (handlers[i].probe(fd) == 0)
312 handler = &handlers[i];
/freebsd-10.0-release/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-10.0-release/contrib/wpa/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
694 struct radius_rx_handler *handlers; local
[all...]
/freebsd-10.0-release/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:__anon585
/freebsd-10.0-release/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. */
158 void db_dump_intr_event(struct intr_event *ie, int handlers);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h63 /// CXXTryStmt - A C++ try block, including all handlers.
69 CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt*> handlers);
83 Stmt *tryBlock, ArrayRef<Stmt*> handlers);

Completed in 218 milliseconds

123