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

/osnet-11/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

Completed in 20 milliseconds