Searched refs:msg_count (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlamsg.c139 amsg_send(port_id,msg,msg_type,msg_count,option)
143 amsg_count_t msg_count;
150 amsg_receive(port_id,msg,msg_data,msg_type,msg_count,option)
155 amsg_count_t * msg_count;
162 amsg_peek(port_id,msg,msg_data,msg_type,msg_count)
167 amsg_count_t * msg_count;
H A Dbip_mps.c562 amsg_count_t msg_count; local
575 msg_count = StringLength(v_str) + 1;
576 aret = amsg_alloc(msg_count,&msg_data,&msg);
580 msg_count);
582 aret = amsg_send(portid,msg,MDT_BYTE,msg_count,0);
593 aret = amsg_send(portid,msg,MDT_BYTE,msg_count,0);
612 amsg_count_t msg_count; local
623 aret = amsg_receive((aport_id_t) (v_portid.nint),&msg,&msg_data,&msg_type,&msg_count,0);
636 Make_Stack_String(msg_count, v, buf);
637 Copy_Bytes(buf, (char *) msg_data, msg_count);
[all...]
H A Dwm.c1096 amsg_count_t msg_count; local
1102 &msg_count, 0)) == AMSG_OK) {
1328 amsg_count_t msg_count; local
1351 &msg_count, 0)) == AMSG_OK) {
1471 MDT_BYTE,msg_count,0),__LINE__,3);
1478 MDT_BYTE,msg_count,0),__LINE__,3);
1627 amsg_count_t msg_count; local
1636 &msg_count, 0)) == AMSG_OK) {
H A Dworker.c790 amsg_count_t msg_count; local
796 &msg_count, 0);
822 amsg_count_t msg_count; local
829 &msg_count,0)) == AMSG_OK) {
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dmsgdd.h60 msg_count_t msg_count,
H A Dlamsg.c149 new_amsg_send(port_id,msg,msg_type,msg_count,option)
153 amsg_count_t msg_count;
167 new_amsg_receive(port_id,msg,msg_data,msg_type,msg_count,option)
172 amsg_count_t * msg_count;
191 new_amsg_peek(port_id,msg,msg_data,msg_type,msg_count)
196 amsg_count_t * msg_count;
H A Dnsrv_server.c298 amsg_count_t msg_count; local
305 &msg_count,
308 nsrv_assert(msg_count == 1);
330 amsg_count_t msg_count; local
337 &msg_count,
340 nsrv_assert(msg_count == 1);
369 amsg_count_t msg_count; local
377 &msg_count,
380 nsrv_assert(msg_count == 1);
406 amsg_count_t msg_count; local
446 amsg_count_t msg_count; local
484 amsg_count_t msg_count; local
523 amsg_count_t msg_count; local
561 amsg_count_t msg_count; local
600 amsg_count_t msg_count; local
629 amsg_count_t msg_count; local
668 amsg_count_t msg_count; local
697 amsg_count_t msg_count; local
[all...]
H A Dpds.mdt.h132 msg_count_t msg_count,
H A Damsg.c901 amsg_count_t msg_count; local
911 &msg_count,
916 amsg_assert(msg_count == 1);
1616 amsg_send(port_id,msg,msg_type,msg_count,option)
1620 amsg_count_t msg_count;
1645 AmsgHeader(msg)->amsg_count = msg_count;
1654 idr_data_size *= msg_count;
1680 if (!pds_msg_xdr(&xdrs,msg_type,msg_count,amsg_data(msg)))
1744 amsg_receive(port_id,msg,msg_data,msg_type,msg_count,option)
1749 amsg_count_t * msg_count;
[all...]
H A Damsg.msg.h275 amsg_count_t msg_count,
281 amsg_count_t * msg_count,
287 amsg_count_t * msg_count);
H A Damsg.msg.c926 amsg_count_t msg_count; local
936 &msg_count,
941 amsg_assert(msg_count == 1);
1706 amsg_send(port_id,msg,msg_type,msg_count,option)
1710 amsg_count_t msg_count;
1737 AmsgHeader(msg)->amsg_count = msg_count;
1746 idr_data_size *= msg_count;
1772 if (!pds_msg_xdr(&xdrs,msg_type,msg_count,amsg_data(msg)))
1844 amsg_receive(port_id,msg,msg_data,msg_type,msg_count,option)
1849 amsg_count_t * msg_count;
[all...]
H A Dpds.mdt.c1344 pds_msg_xdr(xdrs,msg_type,msg_count,msg_data)
1347 msg_count_t msg_count;
1363 while (msg_count > 0) {
1367 msg_count--;
H A Dmsgdd.c1057 xdr_msg_data(xdrs,msg_type,msg_count,msg_data)
1060 msg_count_t msg_count;
1080 } while (msg_count-- > 0);

Completed in 134 milliseconds