Lines Matching refs:CLIENT
87 static enum clnt_stat clnt_vc_call(CLIENT *, struct rpc_callextra *,
89 static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
90 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
91 static void clnt_vc_abort(CLIENT *);
92 static bool_t clnt_vc_control(CLIENT *, u_int, void *);
93 static void clnt_vc_close(CLIENT *);
94 static void clnt_vc_destroy(CLIENT *);
121 CLIENT *
131 CLIENT *cl; /* client handle */ in clnt_vc_create()
144 cl = (CLIENT *)mem_alloc(sizeof (*cl)); in clnt_vc_create()
278 mem_free(cl, sizeof (CLIENT)); in clnt_vc_create()
279 return ((CLIENT *)NULL); in clnt_vc_create()
284 CLIENT *cl, /* client handle */ in clnt_vc_call()
568 clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_vc_geterr()
576 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres()
589 clnt_vc_abort(CLIENT *cl) in clnt_vc_abort()
594 clnt_vc_control(CLIENT *cl, u_int request, void *info) in clnt_vc_control()
728 clnt_vc_close(CLIENT *cl) in clnt_vc_close()
779 clnt_vc_destroy(CLIENT *cl) in clnt_vc_destroy()
820 mem_free(cl, sizeof(CLIENT)); in clnt_vc_destroy()