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

/openbsd-current/lib/libc/yp/
H A Dyp_maplist.c40 struct dom_binding *ysd; local
46 if (_yp_dobind(indomain, &ysd) != 0)
54 r = clnt_call(ysd->dom_client, YPPROC_MAPLIST,
58 clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
59 _yp_unbind(ysd);
64 _yp_unbind(ysd);
H A Dyp_master.c40 struct dom_binding *ysd; local
52 if (_yp_dobind(indomain, &ysd) != 0)
63 r = clnt_call(ysd->dom_client, YPPROC_MASTER,
67 clnt_perror(ysd->dom_client, "yp_master: clnt_call");
68 _yp_unbind(ysd);
76 _yp_unbind(ysd);
H A Dyp_order.c40 struct dom_binding *ysd; local
52 if (_yp_dobind(indomain, &ysd) != 0)
63 r = clnt_call(ysd->dom_client, YPPROC_ORDER,
74 clnt_perror(ysd->dom_client, "yp_order: clnt_call");
75 _yp_unbind(ysd);
82 _yp_unbind(ysd);
H A Dyp_first.c44 struct dom_binding *ysd = NULL; local
57 if (_yp_dobind(indomain, &ysd) != 0)
67 r = clnt_call(ysd->dom_client, YPPROC_FIRST,
71 clnt_perror(ysd->dom_client, "yp_first: clnt_call");
72 _yp_unbind(ysd);
90 _yp_unbind(ysd);
H A Dypmatch_cache.c141 struct dom_binding *ysd; local
157 if (_yp_dobind(indomain, &ysd) != 0)
165 _yp_unbind(ysd);
170 _yp_unbind(ysd);
185 r = clnt_call(ysd->dom_client, YPPROC_MATCH,
189 clnt_perror(ysd->dom_client, "yp_match: clnt_call");
190 _yp_unbind(ysd);
209 _yp_unbind(ysd);
220 struct dom_binding *ysd; local
234 if (_yp_dobind(indomain, &ysd) !
[all...]
H A Dyp_bind.c108 struct dom_binding *ysd; local
111 r = _yp_dobind(dom, &ysd);
113 _yp_unbind(ysd);

Completed in 128 milliseconds