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

/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dyp_bind.c91 struct dom_binding *ysd, *ysd2; local
121 ysd = _ypbindlist;
122 while (ysd)
124 if (ysd->dom_client) clnt_destroy(ysd->dom_client);
125 ysd2 = ysd->dom_pnext;
126 free(ysd);
127 ysd = ysd2;
139 for (ysd = _ypbindlist; ysd; ys
[all...]
H A Dyp_maplist.c80 struct dom_binding *ysd; local
87 if (_yp_dobind(indomain, &ysd) != 0)
95 r = clnt_call(ysd->dom_client, YPPROC_MAPLIST, (xdrproc_t)xdr_domainname, &indomain, (xdrproc_t)xdr_ypresp_maplist, &ypml, tv);
98 if (tries++) clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
102 ysd->dom_vers = proto;
109 _yp_unbind(ysd);
H A Dyp_master.c81 struct dom_binding *ysd; local
94 if (_yp_dobind(indomain, &ysd) != 0)
105 r = clnt_call(ysd->dom_client, YPPROC_MASTER, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
108 if (tries++) clnt_perror(ysd->dom_client, "yp_master: clnt_call");
112 ysd->dom_vers = proto;
122 _yp_unbind(ysd);
H A Dyp_order.c81 struct dom_binding *ysd; local
94 if (_yp_dobind(indomain, &ysd) != 0)
105 r = clnt_call(ysd->dom_client, YPPROC_ORDER,
119 if (tries++) clnt_perror(ysd->dom_client, "yp_order: clnt_call");
123 ysd->dom_vers = proto;
132 _yp_unbind(ysd);
H A Dyp_first.c86 struct dom_binding *ysd; local
100 if (_yp_dobind(indomain, &ysd) != 0)
110 r = clnt_call(ysd->dom_client, YPPROC_FIRST, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv);
113 if (tries++) clnt_perror(ysd->dom_client, "yp_first: clnt_call");
117 ysd->dom_vers = proto;
139 _yp_unbind(ysd);
H A Dypmatch_cache.c186 struct dom_binding *ysd; local
203 if (_yp_dobind(indomain, &ysd) != 0)
211 _yp_unbind(ysd);
216 _yp_unbind(ysd);
231 r = clnt_call(ysd->dom_client, YPPROC_MATCH, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_val, &yprv, tv);
235 if (tries++) clnt_perror(ysd->dom_client, "yp_match: clnt_call");
239 ysd->dom_vers = proto;
261 _yp_unbind(ysd);
278 struct dom_binding *ysd; local
292 if (_yp_dobind(indomain, &ysd) !
[all...]
H A Dyp_all.c153 struct dom_binding *ysd; local
166 if (_yp_dobind(indomain, &ysd) != 0)
172 clnt_sin = ysd->dom_server_addr;
191 _yp_unbind(ysd);

Completed in 121 milliseconds