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

12

/freebsd-11-stable/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-11-stable/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.c276 if (ch->attached)
278 ch->attached = 1;
303 if (!ch->attached)
305 ch->attached = 0;
315 if (!ch->attached)
326 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)
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_aux.h28 EVENT_FST_IFACE_STATE_CHANGED, /* An interface has been either attached
57 Boolean attached; member in struct:fst_event_extra::fst_event_extra_iface_state
H A Dfst_ctrl_iface.c117 is->attached ? FST_CEI_PNAME_ATTACHED :
695 Boolean attached)
700 extra.iface_state.attached = attached;
694 fst_ctrl_iface_on_iface_state_changed(struct fst_iface *i, Boolean attached) argument
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/dev/ocs_fc/
H A Docs_device.c182 if (node->attached) {
184 * or sometime later, will check node->attached later in
280 * State waits for a domain-attached completion while in loop topology.
783 /* only send if we have initiator capability, and domain is attached */
784 if (node->sport->enable_ini && node->sport->domain->attached) {
789 node_printf(node, "not sending plogi sport.ini=%d, domain attached=%d\n",
790 node->sport->enable_ini, node->sport->domain->attached);
802 /* domain already attached */
803 if (node->sport->domain->attached) {
812 /* domain not attached; severa
[all...]
H A Docs_common.h242 uint32_t attached:1, /**< set true after attach completes */ member in struct:ocs_domain_s
282 uint32_t attached:1, /**< true if attached */ member in struct:ocs_remote_node_s
349 attached:1, /**< node is attached (REGLOGIN complete) */ member in struct:ocs_node_s
H A Docs_fabric.c192 if (!node->sport->domain->attached) {
193 node_printf(node, "p2p winner, domain not attached\n");
196 /* already attached, just send ATTACH_OK */
197 node_printf(node, "p2p winner, domain already attached\n");
213 ocs_assert(!node->sport->domain->attached, NULL);
544 node->attached = TRUE;
553 node->attached = FALSE;
611 node->attached = TRUE;
617 node->attached = FALSE;
962 node->attached
[all...]
H A Docs_pci.c372 if (ocs->attached) {
373 ocs_log_warn(ocs, "%s: Device is already attached\n", __func__);
424 ocs->attached = true;
575 if (!ocs->attached) {
576 ocs_log_warn(ocs, "%s: Device is not attached\n", __func__);
580 ocs->attached = FALSE;
H A Docs.h219 bool attached; member in struct:ocs_softc
H A Docs_node.c157 if ((!n->rnode.attached) && (node->node_group == n->node_group)) {
158 n->rnode.attached = attach_ok;
357 return node->attached ? node : NULL;
633 if (!domain->attached) {
648 /* take lock to protect node->rnode.attached */
895 if (!node->attached) {
897 node_printf(node, "HW node not attached\n");
901 node_printf(node, "HW node still attached\n");
913 * Note: this function must be called with a non-attached node
1102 /* node is officially no longer attached */
[all...]
H A Docs_domain.c517 domain->attached = 0;
878 /* Mark as attached */
879 domain->attached = 1;
897 * Note: sport will have already received notification of sport attached
1010 /* Assume that the domain is attached */
1011 ocs_assert(domain->attached, NULL);
1339 ocs_ddump_value(textbuf, "attached", "%d", domain->attached);
1384 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "attached");
1439 } else if (ocs_strcmp(unqualified_name, "attached")
[all...]
/freebsd-11-stable/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-11-stable/sys/powerpc/powermac/
H A Data_macio.c350 if (!ch->sc_ch.attached)
365 if (!ch->sc_ch.attached)
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h191 bool attached; member in struct:prof_tdata_s
394 assert(tdata == NULL || tdata->attached);
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror_ctl.c321 unsigned attached, no, sectorsize; local
441 for (attached = 0, no = 1; no < *nargs; no++) {
455 G_MIRROR_DEBUG(1, "Disk %u (%s) not attached to %s.",
460 attached++;
464 if (md.md_all != attached ||
/freebsd-11-stable/sys/geom/concat/
H A Dg_concat.c496 /* Check if disk is not already attached. */
542 G_CONCAT_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name);
766 u_int attached, no; local
829 for (attached = 0, no = 1; no < *nargs; no++) {
841 G_CONCAT_DEBUG(1, "Disk %u (%s) not attached to %s.",
846 attached++;
849 if (md.md_all != attached) {
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c758 /* Check if disk is not already attached. */
800 G_STRIPE_DEBUG(0, "Disk %s attached to %s.", pp->name, sc->sc_name);
1039 u_int attached, no; local
1109 for (attached = 0, no = 1; no < *nargs; no++) {
1121 G_STRIPE_DEBUG(1, "Disk %u (%s) not attached to %s.",
1126 attached++;
1129 if (md.md_all != attached) {
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c455 int attached; local
462 attached = 0;
466 attached = 1;
473 if (attached) {
971 * Call this *after* all CPUs have been attached.

Completed in 156 milliseconds

12