Searched defs:dom_binding (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_bind.c43 * This is the same as struct dom_binding used by the base __yp_dobind().
45 * struct dom_binding.
73 struct s5_ypbind_binding *dom_binding; member in struct:s5_dom_binding
86 static struct dom_binding *load_dom_binding_cache();
88 static struct dom_binding *bound_domains; /* List of bound domains */
105 * Attempts to find a dom_binding in the list at bound_domains having the
138 * libnsl/yp; it converts the libnsl [netbuf based] dom_binding structure into
146 struct dom_binding **binding; /* if result == 0, ptr to dom_binding */
149 struct s5_dom_binding *dom_binding; /* Pt local
[all...]
H A Dyp_prot.h232 struct dom_binding { struct
233 struct dom_binding *dom_pnext;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h56 struct dom_binding { struct
57 struct dom_binding *dom_pnext;
59 struct ypbind_binding *dom_binding; member in struct:dom_binding
66 mutex_t server_name_lock; /* protects server name in dom_binding */
78 struct ypbind_binding *dom_binding; member in struct:domain
153 extern int __yp_dobind(char *, struct dom_binding **);
154 extern int __yp_dobind_rsvdport(char *, struct dom_binding **);
155 extern void free_dom_binding(struct dom_binding *);
158 extern void __yp_rel_binding(struct dom_binding *);
H A Dyp_bind.c60 static struct dom_binding *load_dom_binding(struct ypbind_resp *, char *,
65 static void set_rdev(struct dom_binding *);
66 static int check_rdev(struct dom_binding *);
118 static struct dom_binding *bound_domains; /* List of bound domains */
122 * Must be called with bound_domains_lock held or with a dom_binding
126 free_dom_binding(struct dom_binding *p)
139 * Attempts to find a dom_binding in the list at bound_domains having the
150 struct dom_binding *p;
151 struct dom_binding **prev;
206 struct dom_binding *
465 load_dom_binding_rsvdport(struct ypbind_binding *dom_binding, char *domain, int *err) argument
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b.h54 struct dom_binding { struct
55 struct dom_binding *dom_pnext;
57 struct ypbind_binding *dom_binding; member in struct:dom_binding
70 struct ypbind_binding *dom_binding; member in struct:domain

Completed in 63 milliseconds