Searched refs:clstat (Results 1 – 5 of 5) sorted by relevance
35 enum clnt_stat clstat; in _DsForceRediscovery() local49 clstat = clnt_call(clnt, ADSPRIV_ForceRediscovery, in _DsForceRediscovery()54 if (clstat != RPC_SUCCESS) in _DsForceRediscovery()
69 enum clnt_stat clstat; in _DsGetDcName() local98 clstat = clnt_call(clnt, ADSPRIV_GetDcName, in _DsGetDcName()103 if (clstat != RPC_SUCCESS) in _DsGetDcName()
647 struct clstat { struct665 struct clstat nfscl_stat; argument
1884 enum clnt_stat clstat; in connmgr_cwait() local1892 clstat = RPC_TIMEDOUT; in connmgr_cwait()1923 clstat = RPC_SUCCESS; in connmgr_cwait()1926 clstat = RPC_INTR; in connmgr_cwait()1928 clnt_sperrno(clstat)); in connmgr_cwait()1931 return (clstat); in connmgr_cwait()
172 static const struct clstat clstat_tmpl = {