Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rexd/
H A Don.c116 enum clnt_stat clstat; in sigwinch() local
130 if (clstat = clnt_call(Client, REXPROC_WINCH, in sigwinch()
134 clnt_perrno(clstat); in sigwinch()
145 enum clnt_stat clstat; in sendsig() local
147 if (clstat = clnt_call(Client, REXPROC_SIGNAL, in sendsig()
151 clnt_perrno(clstat); in sendsig()
214 enum clnt_stat clstat; in main() local
453 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 …]
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_clnt.h647 struct clstat { struct
665 struct clstat nfscl_stat; argument
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_cots.c1699 enum clnt_stat clstat; in connmgr_cwait() local
1707 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()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c171 static const struct clstat clstat_tmpl = {