Searched refs:xargs (Results 1 – 2 of 2) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt.h | 174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 175 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 176 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 177 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
|
| A D | clnt_udp.c | 57 xdrproc_t xargs, /* xdr routine for args */ 216 xdrproc_t xargs, char* argsp, in clntudp_call() argument 243 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) || (!(*xargs) (xdrs, argsp))) in clntudp_call()
|
Completed in 11 milliseconds