Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 2 of 2) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dclnt.h174 #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 Dclnt_udp.c57 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 9 milliseconds