Searched refs:SunClient (Results 1 – 5 of 5) sorted by relevance
| /plan9/sys/include/ |
| H A D | sunrpc.h | 239 typedef struct SunClient SunClient; typedef 241 struct SunClient struct 266 SunClient *sunDial(char*); argument 268 int sunClientRpc(SunClient*, ulong, SunCall*, SunCall*, uchar**); 269 void sunClientClose(SunClient*); 270 void sunClientFlushRpc(SunClient*, ulong); 271 void sunClientProg(SunClient*, SunProg*);
|
| /plan9/sys/src/libsunrpc/ |
| H A D | client.c | 30 SunClient *cli; in udpThread() 64 SunClient *cli; in netThread() 108 SunClient *cli; in timerThread() 158 SunClient *cli; in rpcMuxThread() 309 SunClient* 313 SunClient *cli; in sunDial() 318 cli = emalloc(sizeof(SunClient)); in sunDial() 343 sunClientClose(SunClient *cli) in sunClientClose() 376 sunClientFlushRpc(SunClient *cli, ulong tag) in sunClientFlushRpc() 382 sunClientProg(SunClient *cli, SunProg *p) in sunClientProg() [all …]
|
| /plan9/sys/src/cmd/aux/ |
| H A D | nfsmount.c | 9 SunClient *client; 36 getport(SunClient *client, uint prog, uint vers, uint prot, uint *port) in getport()
|
| H A D | portmap.c | 8 SunClient *client;
|
| /plan9/sys/src/cmd/ |
| H A D | nfs.c | 11 SunClient *nfscli; 12 SunClient *mntcli; 55 getport(SunClient *client, uint prog, uint vers, uint prot, uint *port) in getport() 1509 SunClient *cli; in threadmain()
|