Lines Matching refs:rpcerr
1800 struct rpc_err *rpcerr, in connmgr_get() argument
1897 rpcerr, TRUE, nosignal, cr)); in connmgr_get()
2052 rpcerr, TRUE, nosignal, cr)); in connmgr_get()
2129 rpcerr->re_status = RPC_TLIERROR; in connmgr_get()
2134 rpcerr->re_errno = i; in connmgr_get()
2144 rpcerr->re_errno = i; in connmgr_get()
2154 rpcerr->re_errno = i; in connmgr_get()
2170 rpcerr->re_errno = i; in connmgr_get()
2209 rpcerr->re_errno = i; in connmgr_get()
2217 rpcerr->re_errno = i; in connmgr_get()
2239 *rpcerr = call.call_err; in connmgr_get()
2270 if (rpcerr->re_status == RPC_SUCCESS) in connmgr_get()
2271 rpcerr->re_status = RPC_XPRTFAILED; in connmgr_get()
2323 struct rpc_err *rpcerr, in connmgr_wrapconnect() argument
2339 rpcerr->re_status = connmgr_cwait(cm_entry, waitp, nosignal); in connmgr_wrapconnect()
2341 if (rpcerr->re_status != RPC_SUCCESS) { in connmgr_wrapconnect()
2375 *rpcerr = call.call_err; in connmgr_wrapconnect()
2388 if (rpcerr->re_status == RPC_SUCCESS) in connmgr_wrapconnect()
2389 rpcerr->re_status = RPC_XPRTFAILED; in connmgr_wrapconnect()