Home
last modified time | relevance | path

Searched refs:xres (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sunrpc/rpc/
Dclnt.h167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
197 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/glibc-2.36/nis/
Dnis_intern.h57 xdrproc_t xres, caddr_t resp,
61 xdrproc_t xres, caddr_t resp,
65 xdrproc_t xres, caddr_t resp,
Dypclnt.c274 caddr_t req, xdrproc_t xres, caddr_t resp, dom_binding **ydb, in libnsl_hidden_nolink_def()
280 xargs, req, xres, resp, RPCTIMEOUT); in libnsl_hidden_nolink_def()
297 caddr_t req, xdrproc_t xres, caddr_t resp) in do_ypcall() argument
314 status = __ypclnt_call (domain, prog, xargs, req, xres, in do_ypcall()
338 status = __ypclnt_call (domain, prog, xargs, req, xres, in do_ypcall()
351 status = __ypclnt_call (domain, prog, xargs, req, xres, in do_ypcall()
368 caddr_t req, xdrproc_t xres, caddr_t resp) in do_ypcall_tr() argument
370 int status = do_ypcall (domain, prog, xargs, req, xres, resp); in do_ypcall_tr()
Dnis_call.c299 xdrproc_t xres, caddr_t resp, unsigned int flags, nis_cb *cb) in libnsl_hidden_nolink_def()
310 result = clnt_call (dbp->clnt, prog, xargs, req, xres, resp, RPCTIMEOUT); in libnsl_hidden_nolink_def()
383 xdrproc_t xargs, caddr_t req, xdrproc_t xres, caddr_t resp, in libnsl_hidden_nolink_def()
400 status = __do_niscall3 (&dbp, prog, xargs, req, xres, resp, flags, cb); in libnsl_hidden_nolink_def()
825 caddr_t req, xdrproc_t xres, caddr_t resp, unsigned int flags, in libnsl_hidden_nolink_def()
835 retcode = __do_niscall3 (&bptr, prog, xargs, req, xres, resp, flags, cb); in libnsl_hidden_nolink_def()