HomeSort by relevance Sort by last modified time
    Searched refs:rh (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
162 * CLIENT *rh;
170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
177 * CLNT_ABORT(rh);
178 * CLIENT *rh;
    [all...]