Lines Matching refs:rpcerr
1811 struct rpc_err *rpcerr, in connmgr_get() argument
1908 rpcerr, TRUE, nosignal, cr)); in connmgr_get()
2063 rpcerr, TRUE, nosignal, cr)); in connmgr_get()
2140 rpcerr->re_status = RPC_TLIERROR; in connmgr_get()
2145 rpcerr->re_errno = i; in connmgr_get()
2155 rpcerr->re_errno = i; in connmgr_get()
2165 rpcerr->re_errno = i; in connmgr_get()
2181 rpcerr->re_errno = i; in connmgr_get()
2220 rpcerr->re_errno = i; in connmgr_get()
2228 rpcerr->re_errno = i; in connmgr_get()
2250 *rpcerr = call.call_err; in connmgr_get()
2281 if (rpcerr->re_status == RPC_SUCCESS) in connmgr_get()
2282 rpcerr->re_status = RPC_XPRTFAILED; in connmgr_get()
2334 struct rpc_err *rpcerr, in connmgr_wrapconnect() argument
2350 rpcerr->re_status = connmgr_cwait(cm_entry, waitp, nosignal); in connmgr_wrapconnect()
2352 if (rpcerr->re_status != RPC_SUCCESS) { in connmgr_wrapconnect()
2386 *rpcerr = call.call_err; in connmgr_wrapconnect()
2399 if (rpcerr->re_status == RPC_SUCCESS) in connmgr_wrapconnect()
2400 rpcerr->re_status = RPC_XPRTFAILED; in connmgr_wrapconnect()