Searched refs:aport (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/usr/eclipseclp/Pds/src/
H A Damsg.c339 typedef struct aport { struct
340 struct aport * prev; /* previous port */
341 struct aport * next; /* next port */
356 typedef struct aport { struct
357 struct aport * prev; /* previous port */
358 struct aport * next; /* next port */
824 port_t * aport; local
839 NF_First(level,&aport);
840 while (aport) {
841 next = aport
1280 port_t * aport; local
1630 port_t * aport; local
1982 port_t * aport; local
[all...]
H A Dnsrv_server.c1189 aport_t aport; local
1377 if (!(xdr_aport(&xdrs,&aport)))
1397 nret = nsrv_aport_register_i(key,name,signature,&aport);
1441 nret = nsrv_aport_look_up_i(key,name,&aport);
1467 if (!(xdr_aport(&xdrs,&aport)))
H A Damsg.msg.c348 typedef struct aport { struct
349 struct aport * prev; /* previous port */
350 struct aport * next; /* next port */
366 typedef struct aport { struct
367 struct aport * prev; /* previous port */
368 struct aport * next; /* next port */
1751 if (destination != bport_self()) { /* send to remote aport */
1785 else { /* send to familiar remote aport */
1802 else { /* send to local aport */
1811 /* append message to queue of destination aport */
[all...]
H A Dnsrv_int.c91 htd_t * aport; member in struct:__anon1734
116 static htd_t * aport_htd; /* htd aport cache */
322 printf(" aport.aport_id: 0x%x \n",
324 printf(" aport.bport_id: 0x%x \n",
326 printf(" aport.bdomain_id: 0x%x \n",
1420 (NSRV_OK != ht_create(KEY_HT_SIZE,&(*nsrv)->aport)) ||
1431 aport_htd = (*nsrv)->aport;
1466 aport_htd = (*nsrv)->aport;
/barrelfish-master/lib/libc/net/
H A Drcmd.c91 int s, aport, lport, timo, error; local
254 aport = ntohs(((struct sockaddr_in *)&from)->sin_port);
258 aport = ntohs(((struct sockaddr_in6 *)&from)->sin6_port);
262 aport = 0; /* error */
269 if (aport == 20) {
281 if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) {
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dworker.c1231 aport_t aport; local
1234 aport.aport_id = aport_ids[HALT2_APORT_NUMBER];
1235 aport.bport_id = my_bport_id;
1236 aport.bdomain_id = bdomain.bdomain_id;
1238 my_signature,&aport),__LINE__, 2);
1240 aport.aport_id = aport_ids[HALT1_APORT_NUMBER];
1241 aport.bport_id = my_bport_id;
1242 aport.bdomain_id = bdomain.bdomain_id;
1244 my_signature,&aport),__LINE__, 2);
1245 wm_types_init(); /* can only be done after an aport registratio
[all...]
H A Dwm.c119 ** wm-status as that with half-added workers. Then having a separate aport
128 ** of the messages from a common aport) while the acknowledgement and other
1078 b. High wm-aport - used for start up, and some messages which does not rely
1081 c. Low wm-aport - used for all other messages, in particular those
1913 aport_t aport; local
1916 aport.aport_id = local_aport_ids[HIGH_APORT_NUMBER];
1917 aport.bport_id = wm_bport_id;
1918 aport.bdomain_id = bdomain.bdomain_id;
1920 wm_signature,&aport),__LINE__, 2);
1923 aport
[all...]
H A Dec_io.h222 (nst->fd_pid && nst->fd_pid != own_pid && nst->aport)
H A Dtypes.h270 aport_handle_t aport; /* stream handler's address (par) */ member in struct:stream_d
H A Demu_par.c1606 eng_port_upcall(aport_id_t aport) argument
1729 if (amsg_send(nst->aport, msg, MDT_IOREQUEST, 1, 0) != AMSG_OK)
H A Dio.c586 my_io_aport(&nst->aport);

Completed in 85 milliseconds