HomeSort by relevance Sort by last modified time
    Searched defs:yp_unbind (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/yp/
yp_bind.c 112 yp_unbind (domain) function
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_bind.c 104 * The bound_domains_lock serializes all action in yp_unbind(), __yp_dobind(),
148 * yp_unbind is MT-safe because it serializes on bound_domains_lock.
190 yp_unbind(char *domain) function
250 * and forget to to yp_unbind it. All apps should go
581 * If the cache is bad, then we call yp_unbind to remove
585 * yp_unbind to remove the binding (we set cache_bad
586 * to force yp_unbind to do the remove), and then
595 yp_unbind(domain);
739 * If the cache is bad, yp_unbind() the entry again and then

Completed in 4649 milliseconds