Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/lib/libads/common/
H A Dpoke.c35 enum clnt_stat clstat; in _DsForceRediscovery() local
49 clstat = clnt_call(clnt, ADSPRIV_ForceRediscovery, in _DsForceRediscovery()
54 if (clstat != RPC_SUCCESS) in _DsForceRediscovery()
H A Ddsgetdc.c68 enum clnt_stat clstat; in _DsGetDcName() local
97 clstat = clnt_call(clnt, ADSPRIV_GetDcName, in _DsGetDcName()
102 if (clstat != RPC_SUCCESS) in _DsGetDcName()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs_clnt.h647 struct clstat { struct
665 struct clstat nfscl_stat; argument
/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c1710 enum clnt_stat clstat; in connmgr_cwait() local
1718 clstat = RPC_TIMEDOUT; in connmgr_cwait()
1749 clstat = RPC_SUCCESS; in connmgr_cwait()
1752 clstat = RPC_INTR; in connmgr_cwait()
1754 clnt_sperrno(clstat)); in connmgr_cwait()
1757 return (clstat); in connmgr_cwait()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c171 static const struct clstat clstat_tmpl = {