Searched refs:attached (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/hal/fdi/
H A DMakefile43 policy/10osvendor/10-network-attached.fdi \
/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/sun4u/ngdr/sys/
H A Ddr.h99 * 1 = indicates respective component present/attached.
148 #define DR_DEV_IS_ATTACHED(cp) DR_DEV_IS(attached, cp)
149 #define DR_DEV_SET_ATTACHED(cp) DR_DEV_ADD(attached, cp)
150 #define DR_DEV_CLR_ATTACHED(cp) DR_DEV_DEL(attached, cp)
358 dr_devset_t b_dev_attached; /* attached mask */
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h90 * 1 = indicates respective component present/attached.
182 #define DR_DEV_IS_ATTACHED(cp) DR_DEV_IS(attached, cp)
183 #define DR_DEV_SET_ATTACHED(cp) DR_DEV_ADD(attached, cp)
184 #define DR_DEV_CLR_ATTACHED(cp) DR_DEV_DEL(attached, cp)
389 dr_devset_t b_dev_attached; /* attached mask */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist81 42 Protocol driver not attached
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h454 int attached; member in struct:skd_device
H A Dskd.c4912 skdev->attached = 1;
/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/uts/common/sys/
H A Dsunddi.h1139 * device is loaded and attached, as well as any drivers for parent devices.
1175 * device is loaded and attached, as well as any drivers for parent devices.
1196 * If attached is 1, exclude all nodes that are < DS_ATTACHED
1199 * If attached is 1, the driver must be held.
1202 ddi_find_devinfo(char *name, int instance, int 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 449 milliseconds