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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h171 boolean_t detached; /* no longer in connection pool? */ member in struct:ns_conn_mt
197 * by the detached ns_conn_mgmt. Both will be destroyed when all existing
210 * uses that global config. When an ns_conn_mgmt is detached, or not
264 * the configuration it uses to become detached but continually being
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1964 char detached[MAXPATHLEN]; local
1976 (void) snprintf(detached, sizeof (detached), "%s/%s", path,
1982 (void) rename(detached, attached);
1985 (void) unlink(detached);

Completed in 212 milliseconds