Searched refs:msgtype (Results 1 – 13 of 13) sorted by relevance
| /plan9/sys/src/libventi/ |
| H A D | client.c | 23 if(in->msgtype == VtRerror){ in vtfcallrpc() 29 if(in->msgtype != ou->msgtype+1){ in vtfcallrpc() 31 "TR"[ou->msgtype&1], ou->msgtype>>1, in vtfcallrpc() 32 "TR"[in->msgtype&1], in->msgtype>>1); in vtfcallrpc() 47 tx.msgtype = VtThello; in vthello() 69 tx.msgtype = VtTread; in vtreadpacket() 115 tx.msgtype = VtTwrite; in vtwritepacket() 149 tx.msgtype = VtTsync; in vtsync() 158 tx.msgtype = VtTping; in vtping() 177 tx.msgtype = VtTgoodbye; in vtgoodbye()
|
| H A D | srvhello.c | 20 if(tx.msgtype != VtThello){ in vtsrvhello() 22 werrstr("bad packet type %d; want Thello %d", tx.msgtype, VtThello); in vtsrvhello() 41 rx.msgtype = VtRhello; in vtsrvhello()
|
| H A D | fcall.c | 13 buf[0] = f->msgtype; in vtfcallpack() 17 switch(f->msgtype){ in vtfcallpack() 19 werrstr("vtfcallpack: unknown packet type %d", f->msgtype); in vtfcallpack() 111 f->msgtype = buf[0]; in vtfcallunpack() 114 switch(f->msgtype){ in vtfcallunpack() 116 werrstr("vtfcallunpack: unknown bad packet type %d", f->msgtype); in vtfcallunpack()
|
| H A D | fcallfmt.c | 15 switch(t->msgtype){ in vtfcallfmt() 17 return fmtprint(f, "%c%d tag %ud", "TR"[t->msgtype&1], t->msgtype>>1, t->tag); in vtfcallfmt()
|
| H A D | server.c | 152 if(r->tx.msgtype == VtTgoodbye) in connproc() 198 if(r->rx.msgtype != r->tx.msgtype+1 && r->rx.msgtype != VtRerror) in vtrespond()
|
| H A D | rpc.acid | 468 'b' 0 msgtype; 492 print(" msgtype ", addr.msgtype, "\n");
|
| H A D | packet.acid | 468 'b' 0 msgtype; 492 print(" msgtype ", addr.msgtype, "\n");
|
| /plan9/sys/src/cmd/venti/ |
| H A D | devnull.c | 55 r->rx.msgtype = r->tx.msgtype+1; in threadmain() 58 switch(r->tx.msgtype){ in threadmain() 65 r->rx.msgtype = VtRerror; in threadmain()
|
| H A D | ro.c | 39 r->rx.msgtype = VtRerror; in readthread() 88 r->rx.msgtype = r->tx.msgtype+1; in threadmain() 91 switch(r->tx.msgtype){ in threadmain() 101 r->rx.msgtype = VtRerror; in threadmain()
|
| /plan9/sys/src/cmd/venti/srv/ |
| H A D | venti.c | 351 r->rx.msgtype = VtRerror; in vtrerror() 371 r->rx.msgtype = r->tx.msgtype+1; in ventiserver() 375 switch(r->tx.msgtype){ in ventiserver()
|
| /plan9/sys/include/ |
| H A D | venti.h | 277 uchar msgtype; member
|
| /plan9/sys/man/ |
| H A D | searchindex | 485 … index input installed int invalid label libc.h libventi maximum message msgtype network nil packe…
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 38178 msgtype /sys/man/2/venti-fcall
|