Searched refs:handler (Results 76 - 100 of 200) sorted by relevance

12345678

/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_rtt.c35 .handler = panic_handler,
40 .handler = wait_handler,
H A Dmicro_throughput.c33 .handler = panic_handler,
37 .handler = wait_handler,
/barrelfish-2018-10-04/usr/bench/
H A Dlrpc_bench.c43 // server side handler
74 .handler = lrpc_bench_handler,
86 // client side handler
219 .handler = lrpc_bench_handler,
/barrelfish-2018-10-04/usr/block_server/
H A Dnet_benchmark.c198 .handler = pool_assigned_cb,
224 /* setting the new callback handler */
225 cont.handler = buffer_passed_cb;
H A Dnetwork_server.c350 .handler = pool_assigned_cb,
367 cont.handler = buffer_passed_cb;
501 .handler = chan_bind_cb};
535 * \brief handler for disconnect requests
/barrelfish-2018-10-04/usr/block_server_user/
H A Dbenchmark.c190 .handler = pool_assigned_cb };
209 cont.handler = buff_passed_cb;
/barrelfish-2018-10-04/lib/barrelfish/
H A Dwaitset.c356 // debug_printf("%s.%d: %p\n", __func__, __LINE__, retclosure->handler);
466 assert(closure.handler != NULL);
467 closure.handler(closure.arg);
483 assert(closure.handler != NULL);
484 closure.handler(closure.arg);
520 assert(closure.handler != NULL);
521 closure.handler(closure.arg);
556 assert(closure.handler != NULL);
557 closure.handler(closure.arg);
612 * \param closure Event handler
[all...]
H A Dlmp_chan.c56 assert(lc->bind_continuation.handler != NULL);
57 lc->bind_continuation.handler(lc->bind_continuation.st, success, lc);
78 lc->bind_continuation.handler(lc->bind_continuation.st,
209 // call the binding's connect handler
275 * \brief Register an event handler to be notified when messages can be sent
279 * with a single send event handler on a single waitset at any one time.
283 * \param closure Event handler
H A Dump_chan.c96 assert(uc->bind_continuation.handler != NULL);
97 uc->bind_continuation.handler(uc->bind_continuation.st, success, uc, notify);
149 // call the binding's connect handler
211 uc->bind_continuation.handler(uc->bind_continuation.st,
H A Dmonitor_client.c66 .handler = monitor_accept_recv_handler,
91 /* Run the RX handler; has a side-effect of registering for receive events */
122 /* setup error handler */
166 /* Run the RX handler; has a side-effect of registering for receive events */
195 /* Register for receive notification on our special handler */
197 .handler = monitor_accept_recv_handler,
299 /* Run the RX handler; has a side-effect of registering for receive events */
302 /* Set reply handler (should only need to do this once!) */
/barrelfish-2018-10-04/usr/examples/xmpl-cow/
H A Dmain.c29 static void handler(enum exception_type type, int subtype, void *vaddr, function
177 // setup exception handler
178 thread_set_exception_handler(handler, NULL, ex_stack,
184 // create r/o copy of region and tell exception handler bounds
/barrelfish-2018-10-04/usr/init/
H A Dinit.c56 /* handler function that runs when we get a message from either the mem_serv or
72 .handler = init_recv_handler,
197 .handler = init_recv_handler,
/barrelfish-2018-10-04/usr/tests/lrpc_fpu/
H A Dlrpc_fpu.c54 // server side handler
87 .handler = lrpc_bench_handler,
99 // client side handler
217 .handler = lrpc_bench_handler,
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsdynamic.tex53 is raised, however the default error handler for this error
66 procedure in one file, it raises an exception whose default handler
164 The default handler for this error, however, will only erase
169 The handler for this error can of course be changed if required.
208 raises an exception, however the default handler for this exception
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextchr.tex137 \item In any \eclipse\ session, you can load a compiled constraint handler
156 handler. The examples include a {\em colour graphic demo} about
183 instance the finite domain handler can be made available as follows
284 Assume you want to write a constraint handler for minimum and maximum
286 the handler file {\tt minmax.chr}. \begin{verbatim} handler minmax.
424 Declarations name the constraint handler, its constraints, specify
430 Declaration & \verb/handler/ Name\verb/./ \\
438 The optional \verb/handler/ declaration\index{handler declaratio
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtcl.tex149 transferred to {\eclipse} using {\bf ec_resume}. Furthermore, handler goals
262 command\/} and {\it event\/} specifies the data handler for the
268 As a handler can only be defined for one side,
393 it is possible to associate a handler with every queue, either on the Tcl
413 ec_stream_to_window}-handler will be executed (with the stream number
416 handler which reads the whole queue contents and displays it in the
427 {\bf ec_stream_input_popup}-handler will be executed,
455 {\bf error} streams are queues and have the {\bf ec_stream_output_popup} handler
457 {\bf ec_stream_input_popup} handler attached.
458 These handler setting
[all...]
/barrelfish-2018-10-04/lib/ahci/
H A Dahci.c263 if (st->continuation.handler != NULL) {
448 if (_continuation.handler != NULL) {
458 AHCI_DEBUG("ahci_close: callback = %p\n", _continuation.handler);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dmake.pl62 % event handler to record the compiled files, the modules they are
H A Dtoplevel.pl395 toplevel_prompt(_, M) :- % default handler for event 153
448 tty_banner(_, Message) :- % default handler for event 164
488 % post_events_from_stream/1 handler posts 'int' event
493 % Once Eclipse has control back, it executes 'abort' handler
620 gui_delayed_goals_handler(_, Susps) :- % handler for 273
632 % The handler which is executed when the user hits the interrupt button.
654 procedures and event handler redefinitions remain valid within the new
710 print_values(_, Vars, Module) :- % handler for 155
/barrelfish-2018-10-04/usr/bench/mem_bench/
H A Dmemeasy.c39 ec.handler = set_true;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duverbs.h168 void ib_uverbs_event_handler(struct ib_event_handler *handler,
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java435 * Registers an input file handler by adding it to the handlers map.
436 * @param handler the new input handler to register.
439 void registerHandler(SquiggleInputHandler handler) { argument
441 handlers.addElement(handler);
463 SquiggleInputHandler handler
466 registerHandler(handler);
491 SquiggleInputHandler handler
494 (new SquiggleInputHandlerFilter(handler));
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwind-EHABI.cpp524 (long long)frameInfo.handler);
529 if (frameInfo.handler != 0) {
531 (__personality_routine)(long)(frameInfo.handler);
649 (long long)frameInfo.handler);
653 if (frameInfo.handler != 0) {
655 (__personality_routine)(long)(frameInfo.handler);
776 /// Called by personality handler during phase 2 to get LSDA for current frame.
996 /// Called by personality handler during phase 2 to find the start of the
1011 /// Called by personality handler during phase 2 if a foreign exception
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex432 Section~\ref{sec:binding_rx}, and the error handler, described in
492 /* error handler for any async errors associated with this binding */
505 executing receive handler functions, send continuations, and internal logic. It
522 handler} function located in the binding's \lstinline+rx_vtbl+ table of function
551 if a message arrives on a binding and the handler function for that message
680 The default implementation of the error handler for every binding simply
699 void (*handler)(void *arg);
740 \item[Unregistered:] the channel is initialised, but no event handler has been
742 \item[Idle:] an event handler closure has been registered with the
748 \item[Pending:] the event for which a handler wa
[all...]
/barrelfish-2018-10-04/usr/acpi/
H A Dacpica_osglue.c1053 * PARAMETERS: InterruptNumber Level handler should respond to.
1054 * Isr Address of the ACPI interrupt handler
1057 * RETURN: Handle to the newly installed handler.
1059 * DESCRIPTION: Install an interrupt handler. Used to install the ACPI
1060 * OS-independent handler.
1065 ACPI_OSD_HANDLER handler; member in struct:interrupt_closure
1073 ic->handler(ic->context); /* discards return value... what's it for? */
1087 ic->handler = ServiceRoutine;
1094 DEBUG_ERR(e, "failed to setup handler function/vector");
1113 * PARAMETERS: Handle Returned when handler wa
[all...]

Completed in 229 milliseconds

12345678