Searched refs:SunMsg (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/libsunrpc/ |
| H A D | server.c | 14 static SunProg *sunFindProg(SunSrv*, SunMsg*, SunRpc*, Channel**); 30 srv->crequest = chancreate(sizeof(SunMsg*), 16); in sunSrv() 31 srv->creply = chancreate(sizeof(SunMsg*), 16); in sunSrv() 85 SunMsg *m; in sunRpcRequestThread() 139 sunFindProg(SunSrv *srv, SunMsg *m, SunRpc *rpc, Channel **pc) in sunFindProg() 179 SunMsg *m; in sunRpcReplyThread() 189 sunMsgReplyError(SunMsg *m, SunStatus error) in sunMsgReplyError() 225 sunMsgReply(SunMsg *m, SunCall *c) in sunMsgReply() 269 sunMsgDrop(SunMsg *m) in sunMsgDrop()
|
| H A D | fd.c | 14 SunMsg msg; 97 arg->creply = chancreate(sizeof(SunMsg*), 10); in sunSrvFd()
|
| H A D | udp.c | 10 SunMsg msg; 102 arg->creply = chancreate(sizeof(SunMsg*), 10); in sunSrvUdp()
|
| /plan9/sys/include/ |
| H A D | sunrpc.h | 186 typedef struct SunMsg SunMsg; typedef 194 struct SunMsg struct 232 int sunMsgReply(SunMsg*, SunCall*); 233 int sunMsgDrop(SunMsg*); 234 int sunMsgReplyError(SunMsg*, SunStatus);
|