clstat
if (clstat != RPC_SUCCESS)
enum clnt_stat clstat;
clstat = clnt_call(clnt, ADSPRIV_GetDcName,
enum clnt_stat clstat;
clstat = clnt_call(clnt, ADSPRIV_ForceRediscovery,
if (clstat != RPC_SUCCESS)
static const struct clstat clstat_tmpl = {
struct clstat nfscl_stat;
enum clnt_stat clstat;
clstat = RPC_TIMEDOUT;
clstat = RPC_SUCCESS;
clstat = RPC_INTR;
clnt_sperrno(clstat));
return (clstat);