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

/freebsd-10.0-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-10.0-release/sys/dev/ata/
H A Data-isa.c106 if (ch->attached)
108 ch->attached = 1;
153 if (!ch->attached)
155 ch->attached = 0;
171 if (!ch->attached)
182 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.c275 if (ch->attached)
277 ch->attached = 1;
302 if (!ch->attached)
304 ch->attached = 0;
314 if (!ch->attached)
325 if (!ch->attached)
H A Data-pci.c635 if (ch->attached)
637 ch->attached = 1;
658 if (!ch->attached)
660 ch->attached = 0;
677 if (!ch->attached)
696 if (!ch->attached)
H A Data-all.h543 int attached; /* channel is attached */ member in struct:ata_channel
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c66 int attached; member in struct:wpa_ctrl_dst
293 dst->attached = 1;
294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached");
298 dst->attached = 0;
503 if (dst->attached && level >= dst->debug_level) {
/freebsd-10.0-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-10.0-release/sys/arm/mv/
H A Dmv_sata.c424 if (ch->attached)
510 ch->attached = 1;
525 if (!ch->attached)
540 ch->attached = 0;
/freebsd-10.0-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-10.0-release/sys/geom/stripe/
H A Dg_stripe.c724 /* Check if disk is not already attached. */
765 G_STRIPE_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name);
1002 u_int attached, no; local
1072 for (attached = 0, no = 1; no < *nargs; no++) {
1084 G_STRIPE_DEBUG(1, "Disk %u (%s) not attached to %s.",
1089 attached++;
1092 if (md.md_all != attached) {
/freebsd-10.0-release/sys/cam/
H A DREADME.quirks189 * Output of "usbdevs -v" with device attached
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_cam.c403 mpt_lprt(mpt, MPT_PRT_DEBUG, "attached cam\n");
691 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
783 if (phyinfo->attached.dev_handle)
785 &phyinfo->attached,
788 phyinfo->attached.dev_handle);
856 if (phyinfo->attached.dev_handle == 0)
858 if ((phyinfo->attached.device_info &
865 mptsas_set_sata_wc(mpt, &phyinfo->attached,
H A Dmpt.h557 struct mptsas_devinfo attached; member in struct:mptsas_phyinfo
/freebsd-10.0-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-10.0-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");
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql883 "-r<operative> foo@<peg>", as suggested by the patch attached to
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure1662 --enable-SHM s SHM clock attached thru shared memory
23290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SHM clock attached thru shared memory" >&5
23291 $as_echo_n "checking for SHM clock attached thru shared memory... " >&6; }

Completed in 342 milliseconds