Searched refs:bport (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlbmsg.c49 bport_port(port_id, bport)
51 bport_t * bport;
57 bport_open(bport)
58 bport_t * bport;
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dlbmsg.c48 bport_port(port_id, bport)
50 bport_t * bport;
56 bport_open(bport)
57 bport_t * bport;
H A Dbmsg.msg.c31 ** is identified by a unique identifier, the bport identifier, and
1107 ** process has a global receive queue and an associated bport with
1132 ** Sending a message to a bport in the same shared memory domain
1133 ** involves putting a message in the bport's send queue. Application
1684 ** a bport. The bport is created on receiving a bport_open message.
1992 ** Every process has a single base port (bport) to/from which messages
2005 ** the one with the highest bport identifier.
2040 struct port * next; /* next bport */
2041 struct port * prev; /* previous bport */
2986 bport_t bport; local
3638 bport_t bport; local
6084 bport_t bport; local
[all...]
H A Dnsrv_server.c1188 bport_t bport; local
1381 if (!(xdr_bport(&xdrs,&bport)))
1400 nret = nsrv_bport_register_i(key,name,signature,&bport);
1444 nret = nsrv_bport_look_up_i(key,name,&bport);
1471 if (!(xdr_bport(&xdrs,&bport)))
H A Damsg.c1378 bport_t bport;
1389 bret = bport_port(port->bport_id,&bport);
1391 port->bdomain_id = bport.bdomain_id;
1377 bport_t bport; local
H A Dnsrv_int.c90 htd_t * bport; member in struct:__anon1734
115 static htd_t * bport_htd; /* bport htd cache */
222 printf(" bport.bpid: %d \n",
224 printf(" bport.bport_id: 0x%x \n",
226 printf(" bport.bdomain_id: 0x%x \n",
228 printf("bport.bmsg_queue_address: 0x%lx \n",
230 printf(" bport.bnet_address: %s \n",
232 printf(" bport.bport_number: %u \n",
1419 (NSRV_OK != ht_create(KEY_HT_SIZE,&(*nsrv)->bport)) ||
1430 bport_htd = (*nsrv)->bport;
[all...]
H A Damsg.msg.c1423 bport_t bport;
1433 bret = bport_port(port->bport_id,&bport);
1435 port->bdomain_id = bport.bdomain_id;
1422 bport_t bport; local

Completed in 58 milliseconds