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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c90 #define READFD ypdb->dom_pipe_fds[0]
91 #define WRITEFD ypdb->dom_pipe_fds[1]
174 struct _dom_binding *ypdb; local
187 for (ypdb = ypbindlist; ypdb; ypdb = ypdb->dom_pnext) {
188 if (strcmp(ypdb->dom_domain, *argp) == 0)
192 if (ypdb == NULL) {
209 ypdb
370 struct _dom_binding *ypdb; local
397 struct _dom_binding *ypdb, *next; local
524 struct _dom_binding *ypdb; local
543 handle_children(struct _dom_binding *ypdb) argument
664 broadcast(struct _dom_binding *ypdb) argument
782 ping(struct _dom_binding *ypdb) argument
832 struct _dom_binding *ypdb, *prev = NULL; local
[all...]
/freebsd-12-stable/lib/libc/yp/
H A Dyplib.c115 ypmatch_cache_delete(struct dom_binding *ypdb, struct ypmatch_ent *prev, argument
119 ypdb->cache = cur->ypc_next;
128 ypdb->ypmatch_cachecnt--;
134 ypmatch_cache_flush(struct dom_binding *ypdb) argument
136 struct ypmatch_ent *n, *c = ypdb->cache;
140 ypmatch_cache_delete(ypdb, NULL, c);
148 ypmatch_cache_expire(struct dom_binding *ypdb) argument
150 struct ypmatch_ent *c = ypdb->cache;
159 ypmatch_cache_delete(ypdb, p, c);
171 ypmatch_cache_insert(struct dom_binding *ypdb, cha argument
242 ypmatch_cache_lookup(struct dom_binding *ypdb, char *map, keydat *key, valdat *val) argument
288 _yp_dobind(char *dom, struct dom_binding **ypdb) argument
[all...]
/freebsd-12-stable/include/rpcsvc/
H A Dypclnt.h76 int _yp_dobind(char *dom, struct dom_binding **ypdb);

Completed in 107 milliseconds