Searched refs:write_vc (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_vc.c | 98 static int write_vc(void *, void *, int); 298 cl->cl_private, read_vc, write_vc); in clnt_vc_create() 717 write_vc(void *ctp, void *buf, int len) in write_vc() function
|
H A D | svc_vc.c | 73 static int write_vc(void *, void *, int); 257 xprt, read_vc, write_vc); in makefd_xprt() 506 write_vc(void *xprtp, void *buf, int len) in write_vc() function
|