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

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c80 boolean_t attached = B_FALSE; local
127 attached = B_TRUE;
172 if (attached)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c193 boolean_t created = B_FALSE, attached = B_FALSE; local
290 attached = B_TRUE;
318 attached = B_FALSE;
335 if (attached)
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c502 int attached = 1; local
585 attached = 0;
587 return (attached);
748 int attached = 1; local
856 attached = 0;
858 return (attached);
1177 int attached = 1; local
1220 attached = 0;
1222 return (attached);
1228 int attached local
1442 int attached = 1; local
[all...]
H A Ddevcfg.c121 * Well known nodes which are attached first at boot time.
1434 /* a detached node can't have attached or .conf children */
1817 * ddi_remove_child: remove the dip. The parent must be attached and held
1831 * as persistent but not attached, attempt to remove them.
2077 * Remove an initialized (but not yet attached) dev_info
2156 * Determine if node is attached. The implementation accommodates transient
2648 * hardware nodes have already been initialized and attached.
3352 * been attached.
3616 int attached; /* if != 0, i_ddi_devi_attached() */ member in struct:match_info
3628 ((info->attached
3641 ddi_find_devinfo(char *nodename, int instance, int attached) argument
[all...]
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h454 int attached; member in struct:skd_device
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3311 * If attached, return physical address.
3597 * Error if this stream is not attached to a device.
5009 int attached = TRUE; local
5013 attached = FALSE;
5017 if (attached)
5024 if (attached) {
5034 if (attached)
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1460 char attached[MAXPATHLEN]; local
1473 (void) snprintf(attached, sizeof (attached), "%s/%s", path,
1477 (void) rename(detached, attached);
1479 (void) unlink(attached);

Completed in 103 milliseconds