Searched refs:detached (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c57 if (detached && p[1] <= 2) {
62 if (detached) {
/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
H A Dns_connmgmt.c1340 cm->detached == B_TRUE || cm->pid != getpid() ||
1906 cm->detached = B_TRUE;
/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 74 milliseconds