Searched defs:yp_unbind (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_bind.c112 yp_unbind (domain) function
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c100 * The bound_domains_lock serializes all action in yp_unbind(), __yp_dobind(),
144 * yp_unbind is MT-safe because it serializes on bound_domains_lock.
186 yp_unbind(char *domain) function
246 * and forget to to yp_unbind it. All apps should go
576 * If the cache is bad, then we call yp_unbind to remove
580 * yp_unbind to remove the binding (we set cache_bad
581 * to force yp_unbind to do the remove), and then
590 yp_unbind(domain);
734 * If the cache is bad, yp_unbind() the entry again and then
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile318 yp_unbind.3nsl \
566 yp_unbind.3nsl := LINKSRC = ypclnt.3nsl

Completed in 48 milliseconds