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

/freebsd-9.3-release/sys/mips/sibyte/
H A Data_zbbus.c65 if (ch->attached)
67 ch->attached = 1;
119 if (!ch->attached)
121 ch->attached = 0;
136 if (!ch->attached)
147 if (!ch->attached)
/freebsd-9.3-release/sys/dev/ata/
H A Data-isa.c107 if (ch->attached)
109 ch->attached = 1;
154 if (!ch->attached)
156 ch->attached = 0;
172 if (!ch->attached)
183 if (!ch->attached)
H A Data-card.c95 if (ch->attached)
97 ch->attached = 1;
154 if (!ch->attached)
156 ch->attached = 0;
H A Data-cbus.c296 if (ch->attached)
298 ch->attached = 1;
323 if (!ch->attached)
325 ch->attached = 0;
335 if (!ch->attached)
346 if (!ch->attached)
H A Data-pci.c636 if (ch->attached)
638 ch->attached = 1;
659 if (!ch->attached)
661 ch->attached = 0;
678 if (!ch->attached)
697 if (!ch->attached)
H A Data-all.h549 int attached; /* channel is attached */ member in struct:ata_channel
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dlist.h125 #define get_first_item(attached, type, member) \
126 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/freebsd-9.3-release/sys/dev/hptnr/
H A Dlist.h124 #define get_first_item(attached, type, member) \
125 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/freebsd-9.3-release/sys/dev/hptrr/
H A Dlist.h127 #define get_first_item(attached, type, member) \
128 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c38 /* The PID of the originally created or attached inferior. Used to
300 static int attached; variable
332 attached = 0;
368 attached = 1;
399 /* If we are attached, then we can exit. Otherwise, we need to
401 if (!attached)
415 if (attached == 0)
423 attached, because we can not restart the running
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c72 int attached; member in struct:wpa_ctrl_dst
299 dst->attached = 1;
300 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached");
304 dst->attached = 0;
509 if (dst->attached && level >= dst->debug_level) {
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt102 defines a scheduler (and a link attached to it).
117 flow_mask and attached to a scheduler instance selected
130 for the list of dn_fsk attached to the same scheduler,
149 attached to it.
151 refer to this number, they are attached and moved
178 are attached to matching schedulers.
305 it is always attached to an existing dn_link N
314 dn_fs N+2NMAX attached to dn_sched N+NMAX
323 dn_fs N+NMAX attached to dn_sched N
/freebsd-9.3-release/sys/arm/mv/
H A Dmv_sata.c423 if (ch->attached)
509 ch->attached = 1;
524 if (!ch->attached)
539 ch->attached = 0;
/freebsd-9.3-release/sys/geom/concat/
H A Dg_concat.c463 /* Check if disk is not already attached. */
508 G_CONCAT_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name);
730 u_int attached, no; local
793 for (attached = 0, no = 1; no < *nargs; no++) {
805 G_CONCAT_DEBUG(1, "Disk %u (%s) not attached to %s.",
810 attached++;
813 if (md.md_all != attached) {
/freebsd-9.3-release/sys/geom/stripe/
H A Dg_stripe.c731 /* Check if disk is not already attached. */
772 G_STRIPE_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name);
1009 u_int attached, no; local
1079 for (attached = 0, no = 1; no < *nargs; no++) {
1091 G_STRIPE_DEBUG(1, "Disk %u (%s) not attached to %s.",
1096 attached++;
1099 if (md.md_all != attached) {
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks189 * Output of "usbdevs -v" with device attached
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c397 mpt_lprt(mpt, MPT_PRT_DEBUG, "attached cam\n");
685 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
777 if (phyinfo->attached.dev_handle)
779 &phyinfo->attached,
782 phyinfo->attached.dev_handle);
850 if (phyinfo->attached.dev_handle == 0)
852 if ((phyinfo->attached.device_info &
859 mptsas_set_sata_wc(mpt, &phyinfo->attached,
H A Dmpt.h526 struct mptsas_devinfo attached; member in struct:mptsas_phyinfo
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1365 device_object *attached; local
1368 attached = IoGetAttachedDevice(dst);
1369 attached->do_attacheddev = src;
1371 src->do_stacksize = attached->do_stacksize + 1;
1374 return (attached);
2974 * io_workitem pointer itself, we test the attached
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh337 * If we've already got ${UPPER} attached somehow, don't try again.
341 printf("${UPPER}: already attached\n");

Completed in 288 milliseconds