Lines Matching refs:cl_ops
174 } *cl_ops; member
534 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
536 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
550 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
552 ((*(rh)->cl_ops->cl_send)(rh, proc, xargs, argsp))
560 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
561 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
568 #define CLNT_GETERR(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
569 #define clnt_geterr(rh, errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
579 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
581 ((*(rh)->cl_ops->cl_freeres)(rh, xres, resp))
595 #define CLNT_CONTROL(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
596 #define clnt_control(cl, rq, in) ((*(cl)->cl_ops->cl_control)(cl, rq, in))
679 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
682 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
696 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
697 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh))