Searched refs:cl_ops (Results 1 – 2 of 2) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt.h | 151 } *cl_ops; member 175 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 177 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 184 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) 185 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) 192 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 193 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 213 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) 214 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) 250 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) [all …]
|
| A D | clnt_udp.c | 159 cl->cl_ops = &udp_ops; in clntudp_bufcreate()
|
Completed in 16 milliseconds