Searched refs:clnt2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c457 CLIENT *clnt2; local
559 clnt2 = 0;
560 while (clnt2 == 0 && (nconf = __rpc_getconf(handle)) != 0) {
568 clnt2 =
578 if (clnt2 == 0) {
591 if ((enum clnt_stat) clnt_call(clnt2,
608 getnetconfigent(clnt2->cl_netid);
616 clnt_destroy(clnt2);
624 clnt_control(clnt2, CLGET_SVC_ADDR,
640 clnt_destroy(clnt2);
[all...]

Completed in 56 milliseconds