Home
last modified time | relevance | path

Searched refs:dom_client (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/yp/
Dyplib.c79 CLIENT *dom_client; member
312 if (ysd->dom_client != NULL) in _yp_dobind()
351 if (ysd->dom_client != NULL) in _yp_dobind()
352 clnt_destroy(ysd->dom_client); in _yp_dobind()
354 ysd->dom_client = NULL; in _yp_dobind()
373 if (ysd->dom_client != NULL) { in _yp_dobind()
374 clnt_destroy(ysd->dom_client); in _yp_dobind()
375 ysd->dom_client = NULL; in _yp_dobind()
429 if (ysd->dom_client != NULL) { in _yp_dobind()
430 clnt_destroy(ysd->dom_client); in _yp_dobind()
[all …]
/freebsd-12-stable/include/rpcsvc/
Dyp_prot.h207 CLIENT *dom_client; member