Searched refs:clstat (Results 1 – 4 of 4) sorted by relevance
116 enum clnt_stat clstat; in sigwinch() local130 if (clstat = clnt_call(Client, REXPROC_WINCH, in sigwinch()134 clnt_perrno(clstat); in sigwinch()145 enum clnt_stat clstat; in sendsig() local147 if (clstat = clnt_call(Client, REXPROC_SIGNAL, in sendsig()151 clnt_perrno(clstat); in sendsig()214 enum clnt_stat clstat; in main() local453 if (clstat = clnt_call(Client, REXPROC_START, in main()469 clnt_perrno(clstat); in main()503 if (!err && (clstat = clnt_call(Client, REXPROC_MODES, in main()[all …]
647 struct clstat { struct665 struct clstat nfscl_stat; argument
1699 enum clnt_stat clstat; in connmgr_cwait() local1707 clstat = RPC_TIMEDOUT; in connmgr_cwait()1738 clstat = RPC_SUCCESS; in connmgr_cwait()1741 clstat = RPC_INTR; in connmgr_cwait()1743 clnt_sperrno(clstat)); in connmgr_cwait()1746 return (clstat); in connmgr_cwait()
171 static const struct clstat clstat_tmpl = {