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

/netbsd-6-1-5-RELEASE/lib/libc/yp/
H A Dyplib.c93 struct dom_binding *ysd, *ysd2; local
118 ysd = _ypbindlist;
119 while (ysd) {
120 if (ysd->dom_client)
121 clnt_destroy(ysd->dom_client);
122 ysd2 = ysd->dom_pnext;
123 free(ysd);
124 ysd = ysd2;
133 for (ysd = _ypbindlist; ysd; ys
[all...]
H A Dyp_maplist.c53 struct dom_binding *ysd; local
62 if (_yp_dobind(indomain, &ysd) != 0)
67 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_MAPLIST,
72 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
75 ysd->dom_vers = -1;
80 __yp_unbind(ysd);
H A Dyp_master.c55 struct dom_binding *ysd; variable in typeref:struct:dom_binding
71 if (_yp_dobind(indomain, &ysd) != 0)
79 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_MASTER,
84 clnt_perror(ysd->dom_client, "yp_master: clnt_call");
87 ysd->dom_vers = -1;
95 __yp_unbind(ysd); variable
H A Dyp_order.c54 struct dom_binding *ysd; variable in typeref:struct:dom_binding
68 if (_yp_dobind(indomain, &ysd) != 0)
76 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_ORDER,
82 clnt_perror(ysd->dom_client, "yp_order: clnt_call");
90 ysd->dom_vers = -1;
97 __yp_unbind(ysd); variable
H A Dyp_all.c55 struct dom_binding *ysd; variable in typeref:struct:dom_binding
69 if (_yp_dobind(indomain, &ysd) != 0)
73 clnt_sin = ysd->dom_server_addr;
89 __yp_unbind(ysd); variable
H A Dyp_first.c61 struct dom_binding *ysd; variable in typeref:struct:dom_binding
76 if (_yp_dobind(indomain, &ysd) != 0)
83 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_FIRST,
88 clnt_perror(ysd->dom_client, "yp_first: clnt_call");
91 ysd->dom_vers = -1;
113 __yp_unbind(ysd); variable
140 struct dom_binding *ysd; local
157 if (_yp_dobind(indomain, &ysd) != 0)
166 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_NEXT,
171 clnt_perror(ysd
[all...]
H A Dyp_match.c186 struct dom_binding *ysd; local
205 if (_yp_dobind(indomain, &ysd) != 0)
227 r = clnt_call(ysd->dom_client, (rpcproc_t)YPPROC_MATCH,
233 clnt_perror(ysd->dom_client, "yp_match: clnt_call");
236 ysd->dom_vers = -1;
253 __yp_unbind(ysd);

Completed in 109 milliseconds