Searched refs:bind (Results 26 - 50 of 72) sorted by relevance

123

/barrelfish-2018-10-04/lib/net_device_manager/
H A Dport_service_impl.c267 bp->bind = is_bind;
523 } else if (bp->bind) {
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dconclusion.tex20 domains are allowed to bind to the \acs{ahci} driver, these checks are not
H A Dlibahci.tex197 \emph{ahcid} has not yet been established, tries to bind to \emph{ahcid}. The
198 initalization of \libahci continues when the bind callback that was specified
201 On the first call to \ahciinit, the bind callback sets up the function table
/barrelfish-2018-10-04/usr/netfile/
H A Dnetfile.c140 static struct tcp_pcb *bind(int port) function
142 // debug_printf("bind\n");
174 // debug_printf("bind finished\n");
270 pcb = bind(port);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssocket.tex110 [eclipse 10]: socket(internet, stream, s), bind(s, X).
167 \bipref{bind/2}{../bips/kernel/iostream/bind-2.html}, however the connection in
198 bind(s, Address),
377 [eclipse 10]: socket(unix, stream, s), bind(s, '/tmp/sock').
413 [eclipse 10]: socket(unix, datagram, s), bind(s, '/tmp/sock').
428 bind(s, '/tmp/socka').
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dsockets.h453 #define lwip_bind bind
514 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex385 the interface's \emph{bind} function
424 Once a service has been exported, clients may attempt to bind to it. When this
435 \subsection{Client-side: bind}
437 In order to initiate a binding, a client dispatcher calls the \emph{bind}
449 service query), a bind continuation function, state pointer, waitset poitner,
452 At some later time, when the binding either completes or fails, the bind
549 server side, or in the bind callback on the client side. This is typically
869 and mediating the bind process when a client wishes to bind to an iref.
883 In order to bind,
[all...]
/barrelfish-2018-10-04/lib/libc/include/
H A Dnamespace.h56 #define bind _bind macro
H A Dun-namespace.h37 #undef bind macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Dtest.c126 r = bind(s, &addr, addr_len);
128 perror("bind");
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/state_machine/
H A Dstate_machine.c263 if(bind(nSocket,(struct sockaddr *)&saServer,nSize) < 0)
265 perror("bind");
/barrelfish-2018-10-04/usr/bench/udp_echo/
H A Dudp_echo.c195 * bind: associate the parent socket with a port
197 if (bind(sockfd, (struct sockaddr *) &serveraddr,
/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dconfigure75 -bindir | --bindir | --bindi | --bind | --bin | --bi)
77 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dsockets.h316 #define bind(a,b,c) lwip_bind(a,b,c) macro
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c416 return OMP_GET_ICV_TASK(bind);
/barrelfish-2018-10-04/usr/tests/net-test/
H A Dnet-test.c208 // bind
214 if (bind(l_sock, (struct sockaddr *) &servaddr, sizeof(servaddr)) < 0 ) {
215 debug_printf("[%"PRIuDOMAINID"]do_server(): Error calling bind() errno: %d\n",
/barrelfish-2018-10-04/usr/tests/net_tests/posix-sockets/
H A Dmain.c97 ret = bind(listenfd, (struct sockaddr *)&listen_addr,
100 perror("Failed to bind address to socket");
/barrelfish-2018-10-04/usr/eclipseclp/Usc/src/
H A Dconfigure75 -bindir | --bindir | --bindi | --bind | --bin | --bi)
77 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/barrelfish-2018-10-04/usr/bulk_transfer_passthrough/
H A Dpassthrough.c39 const uint8_t bind = 0; variable
281 DEBUG_ERR(err, "bind continuation");
318 debug_printf(" Usage: %s bind export trust\n", argv[0]);
326 debug_printf("bulk_transfer passthrough: bind=%s, export=%s trust=%s\n",
345 USER_PANIC_ERR(err, "bind: nameservice_blocking_lookup");
351 USER_PANIC_ERR(err, "bind: bulk_sm_ep_create_remote");
364 USER_PANIC_ERR(err, "bind: bulk_channel_bind");
369 debug_printf("Error during bind. Exiting.\n");
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex209 \item A client dispatcher initiates the set-up process by calling the bind function of the multi-hop interconnect driver. This function forwards the bind request to the monitor running on the client dispatcher's core. The bind request includes various parameters, including the \emph{iref} of the service and the client's (ingoing) virtual circuit identifier.
211 \item The monitor running on the client dispatcher's core determines (from the iref) the core on which the service resides. It then forwards the bind request to another monitor, which is determined based on the routing table.
213 \item Monitors receiving the bind request check whether the service is running on the same core as they are. If so, they determine the local dispatcher which has exported this iref and forward the request to it. Otherwise, the bind request is forwarded to another monitor in the same way as in step two.
215 \item As soon as the service's dispatcher receives the bind request, it runs the user provided connection callback. Based on the return value of this callback, it either accepts the connection or rejects it. In any case, the bind reply is sent back to the monitor.
217 \item The monitor proxies the bind replay back to where it received the bind reques
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dconfigure75 -bindir | --bindir | --bindi | --bind | --bin | --bi)
77 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_socket.c360 if (bind(s,(struct sockaddr *)&server,sizeof(server)) == -1)
363 perror("bind");
/barrelfish-2018-10-04/include/sys/
H A Dsocket.h615 int bind(int, const struct sockaddr *, socklen_t);
/barrelfish-2018-10-04/tools/harness/machines/
H A D__init__.py437 s.bind(('', 0))
/barrelfish-2018-10-04/lib/libc/sys/
H A DMakefile.inc140 bind.2 \

Completed in 305 milliseconds

123