Searched refs:send (Results 51 - 75 of 104) sorted by relevance

12345

/barrelfish-master/doc/011-idc/
H A DIDC.tex471 /* Waitset used for receive handlers and send continuations */
505 executing receive handler functions, send continuations, and internal logic. It
595 send function is called on the same binding while the buffer is full, the
598 must arrange to retry the send at a later time, typically from a send
604 is buffered but not yet completely sent. The send continuation may be used to
624 may be involved), simply that a send function would succeed.
645 This function changes the waitset used by the binding for send continuations
664 receiver on every message send.
730 of a single specific event. Multiple events (such as the ability to send
[all...]
/barrelfish-master/lib/libc/net/
H A DMakefile.inc16 rcmd.c rcmdsh.c recv.c rthdr.c sctp_sys_calls.c send.c \
/barrelfish-master/include/lwip2/lwip/
H A Dsockets.h172 #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) */
186 #define SO_SNDBUF 0x1001 /* Unimplemented: send buffer size */
188 #define SO_SNDLOWAT 0x1003 /* Unimplemented: send low-water mark */
190 #define SO_SNDTIMEO 0x1005 /* send timeout */
234 /* Flags we can use with send and recv. */
239 #define MSG_MORE 0x10 /* Sender will send more */
252 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
253 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */
464 #define lwip_send send
536 #define send( macro
[all...]
/barrelfish-master/tools/harness/machines/
H A Dpandaboard.py159 # send "boot PANDANUM pandaboot/$tempdir/IMAGE_NAME" to
164 masterpanda_sock.send('boot %s pandaboot/%s\n' %
H A Deth.py87 consolectrl.send('\x05cf')
/barrelfish-master/include/lwip/lwip/
H A Dsockets.h68 // #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) */
79 // #define SO_SNDBUF 0x1001 /* Unimplemented: send buffer size */
81 // #define SO_SNDLOWAT 0x1003 /* Unimplemented: send low-water mark */
83 // #define SO_SNDTIMEO 0x1005 /* Unimplemented: send timeout */
115 /* Flags we can use with send and recv. */
120 #define MSG_MORE 0x10 /* Sender will send more */
133 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
134 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */
327 #define send(a,b,c,d) lwip_send(a,b,c,d) macro
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex51 application. The client running on core-0 will send an IDC message to a
245 is successfully established then it can send the actual requests. In this
329 send the message by calling an appropriate function on the send side of
/barrelfish-master/doc/023-coreboot/
H A Dcoreboot.tex279 \item The boot driver instructs its local monitor to send a message to the
307 first send a message to the target KCB is skipped.
316 \item The boot driver instructs its local monitor to send a message to the
338 \todo{Don't remember exactly if we need to send this to KCBID we want to
/barrelfish-master/doc/009-notifications/
H A DNotify.tex171 One solution is for sys$\_$notify() to send an IPI to dest$\_$core
204 suggest having a 'PUSH' flag you can pass on urpc$\_$send(), or a
215 notification when doing a message send.
226 that 2800 cycles is quite a lot to pay in the default path to send a
/barrelfish-master/lib/bomp/backends/
H A Dxomp_master.c243 * XOMP channel send handlers
915 * For subsequent worker domains, we just send the messages asynchronously
959 msg_st->send = gw_req_memory_call_tx;
970 /* send the memory caps to the local workers directly */
987 msg_st->send = add_memory_call_tx;
1227 msg_st->send = do_work_tx;
1255 * \param node which node to send the copy request to
/barrelfish-master/lib/posixcompat/
H A Dsockets.c169 ssize_t send(int sockfd, const void *buf, size_t len, int flags) function
211 send(us->u.active.binding, ec, us->send_buf, len);
213 USER_PANIC_ERR(err, "unixsock->send");
249 // XXX: We send all or nothing
496 .send = unixsock_recv,
/barrelfish-master/usr/tests/e10ktest/
H A Dsubways.c307 printf("Using VT-d to send this packet\n");
389 subways_binding->tx_vtbl.send(subways_binding, NOP_CONT, a->p, a->len, a->pkt);
508 subways_binding->tx_vtbl.send(subways_binding, NOP_CONT,
766 .send = subways_send,
1052 // Create connection to receiver and send it cap to receive ring
/barrelfish-master/usr/eclipseclp/documents/mpslib/
H A Doutline.tex101 by an \eclipse process. While any \eclipse process can send messages
187 send and receive predicates take care of the actual communication which is
277 The send and receive are done by the same process, but can as well be
290 The server allocates a port to which clients are supposed to send
336 Clients send a request to the server port and expect a reply from the
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssocket.tex45 Broadcasting as well as using one socket to send data
54 the buffer in order to actually send the data to the socket.
158 and send data there.
H A Dumsopsys.tex314 \item send signals to the process, using the built-in
358 input (in other cases it may be necessary to send a signal).
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dintroduction.tex199 %A simple way to achieve maximum propagation is to send all numeric
226 send the code to the \eclipse\ team so that it can be added to
/barrelfish-master/include/sys/
H A Dsocket.h143 #define SO_SNDBUF 0x1001 /* send buffer size */
145 #define SO_SNDLOWAT 0x1003 /* send low-water mark */
147 #define SO_SNDTIMEO 0x1005 /* send timeout */
419 #define MSG_DONTROUTE 0x4 /* send without using routing tables */
634 ssize_t send(int, const void *, size_t, int);
/barrelfish-master/lib/barrelfish/
H A Dflounder_support.c228 // if so, send the length in the first word
264 #error Need to unroll message send loop further
273 // try to send
309 // do we need to send more? if not, zero out our state for the next send
363 // send the '\0', making it easy to reuse the buffer code
412 // if so, send the length in the first word
479 // send the '\0', making it easy to reuse the buffer code
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembremote.tex231 where it can require the Tcl side to send an {\eclipse} term that matches
389 the queue, and send it to the other side. For example, on the Tcl side, a
513 side. The programmer can write to the queue, and to send the data to the
572 to send the data to {\eclipse} side. When the handler finishes,
744 & \parbox{6.5cm}{Calls {\bf ec_flush} to send data to {\eclipse} side}\\
886 This asynchronous use to send data to {\eclipse} should be useful when
917 An example of using an asynchronous queue asynchronously to send data to
950 % send the traceline to Tcl side
1018 send data to the {\eclipse}-side (in section~\ref{toeclipse-tclhandler},
1032 ;# get input for the queue and send t
[all...]
H A Dembremoteproto.tex71 \item[Rpc] This is used to send {\bf ec_rpc} goals from the remote process
82 control}. When a side has control, it is able to send messages to the other
90 side to interact with the {\eclipse} side. The remote side can send an
161 time for the remote side to send the version information before timing out.
283 % send the protocol version information to the ECLiPSe side
294 % send pass-term; if this does not match the pass-term on the ECLiPSe
299 % send language name to ECLiPSe side
413 provider handler would send data onto a queue (which would be consumed on
506 routines would send the appropriate control messages to the {\eclipse}
734 the queue on the remote side. This handler should obtain the data, and send
[all...]
H A Dembexdr.tex118 The following is the specification of what is actually send over the
/barrelfish-master/lib/libc/gen/
H A DMakefile.inc465 MLINKS+=send.2 sendmmsg.2
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex266 % send constraint to either the fd or ic solver
472 \menu{Tools} menu. It can be used to send simple queries to {\eclipse},
484 To send a query, simply type it in the entry window and press return, and
568 \item[Simple query] send simple queries to {\eclipse}.
/barrelfish-master/doc/015-disk-driver-arch/
H A Ddesign.tex48 disk to send and receive messages from a disk.
H A Dintro.tex31 Device Register \ac{fis} can be used to send commands to the disk. The command

Completed in 159 milliseconds

12345