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

/freebsd-10.3-release/usr.sbin/ypbind/
H A Dypbind.c88 #define READFD ypdb->dom_pipe_fds[0]
89 #define WRITEFD ypdb->dom_pipe_fds[1]
172 struct _dom_binding *ypdb; local
185 for (ypdb = ypbindlist; ypdb; ypdb = ypdb->dom_pnext) {
186 if (strcmp(ypdb->dom_domain, *argp) == 0)
190 if (ypdb == NULL) {
202 ypdb
359 struct _dom_binding *ypdb; local
386 struct _dom_binding *ypdb, *next; local
510 struct _dom_binding *ypdb; local
529 handle_children(struct _dom_binding *ypdb) argument
651 broadcast(struct _dom_binding *ypdb) argument
769 ping(struct _dom_binding *ypdb) argument
819 struct _dom_binding *ypdb, *prev = NULL; local
[all...]
/freebsd-10.3-release/lib/libc/yp/
H A Dyplib.c114 ypmatch_cache_delete(struct dom_binding *ypdb, struct ypmatch_ent *prev, argument
118 ypdb->cache = cur->ypc_next;
127 ypdb->ypmatch_cachecnt--;
133 ypmatch_cache_flush(struct dom_binding *ypdb) argument
135 struct ypmatch_ent *n, *c = ypdb->cache;
139 ypmatch_cache_delete(ypdb, NULL, c);
147 ypmatch_cache_expire(struct dom_binding *ypdb) argument
149 struct ypmatch_ent *c = ypdb->cache;
158 ypmatch_cache_delete(ypdb, p, c);
170 ypmatch_cache_insert(struct dom_binding *ypdb, cha argument
241 ypmatch_cache_lookup(struct dom_binding *ypdb, char *map, keydat *key, valdat *val) argument
287 _yp_dobind(char *dom, struct dom_binding **ypdb) argument
[all...]
/freebsd-10.3-release/include/rpcsvc/
H A Dypclnt.h74 int _yp_dobind(char *dom, struct dom_binding **ypdb);

Completed in 154 milliseconds