Home
last modified time | relevance | path

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

/illumos-gate/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.c69 enum clnt_stat clstat; in _DsGetDcName() local
98 clstat = clnt_call(clnt, ADSPRIV_GetDcName, in _DsGetDcName()
103 if (clstat != RPC_SUCCESS) in _DsGetDcName()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h647 struct clstat { struct
665 struct clstat nfscl_stat; argument
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c172 static const struct clstat clstat_tmpl = {