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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c57 if (detached && p[1] <= 2) {
62 if (detached) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h168 boolean_t detached; /* no longer in connection pool? */ member in struct:ns_conn_mt
194 * by the detached ns_conn_mgmt. Both will be destroyed when all existing
207 * uses that global config. When an ns_conn_mgmt is detached, or not
261 * the configuration it uses to become detached but continually being
H A Dns_connmgmt.c1278 cm->detached == B_TRUE || cm->pid != getpid() ||
1832 cm->detached = B_TRUE;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2125 * sure the long name is valid (it hasn't been "detached" from the
2179 int detached = 0; local
2213 detached = 1;
2217 detached = 1;
2226 detached = 1;
2249 detached = 1;
2251 if (detached ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c108 bool detached; /* have detached from terminal */ variable
1155 if (detached)
1186 detached = 1;
H A Dpppd.h199 extern bool detached; /* Have detached from controlling tty */
H A Doptions.c1141 if ((phase == PHASE_INITIALIZE) && !detached)
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c173 * at least pool->p_redline non-detached threads that can process incoming
174 * requests. This, the maximum number of detached and reserved threads is
257 * Default `Redline' of non-detached threads.
258 * Total number of detached and reserved threads in an RPC server
1005 * - if there are no more non-detached threads linked to this transport
1006 * then, if requested, call xp_closeproc (we don't wait for detached
1018 svc_xprt_cleanup(SVCMASTERXPRT *xprt, bool_t detached) argument
1024 * If called from the last non-detached thread
1027 if (!detached && xprt->xp_threads == 0 && xprt->xp_closeproc) {
1501 * Unlink a non-detached clon
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1513 int detached; local
1610 detached = 1;
1619 detached = fptr->fcip_flags & FCIP_DETACHED;
1625 if (!detached) {
1629 * If the port was marked as detached
1651 * aren't yet ready to be detached.
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1459 char detached[MAXPATHLEN]; local
1471 (void) snprintf(detached, sizeof (detached), "%s/%s", path,
1477 (void) rename(detached, attached);
1480 (void) unlink(detached);

Completed in 129 milliseconds