Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/freebsd/sys/dev/ata/
H A Data-isa.c105 if (ch->attached) in ata_isa_attach()
107 ch->attached = 1; in ata_isa_attach()
152 if (!ch->attached) in ata_isa_detach()
154 ch->attached = 0; in ata_isa_detach()
170 if (!ch->attached) in ata_isa_suspend()
181 if (!ch->attached) in ata_isa_resume()
H A Data-pci.c626 if (ch->attached) in ata_pcichannel_attach()
628 ch->attached = 1; in ata_pcichannel_attach()
649 if (!ch->attached) in ata_pcichannel_detach()
651 ch->attached = 0; in ata_pcichannel_detach()
668 if (!ch->attached) in ata_pcichannel_suspend()
687 if (!ch->attached) in ata_pcichannel_resume()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_bus_if.m30 # Parent bus interface required by attached bhndb bridge devices.
78 * the bhndb bridge device to enumerate attached devices.
81 * @param child The attached bhndb device.
97 * @param child The attached bhndb device.
109 * @param child The attached bhndb device.
121 * @param child The attached bhndb device.
137 * @param child The attached bhndb device.
H A Dbhndb_if.m122 * @param child The bhndb-attached device.
134 * @param child The bhndb-attached device.
153 * @param child The attached bhnd device.
163 * Get the host bridge core info for the attached bhnd bus.
166 * @param child The bhnd bus device attached to @p dev.
/freebsd/sys/dev/ice/
H A Dice_rdma.c624 * irdma is already attached
636 if (entry->attached) { in ice_rdma_pf_attach_locked()
641 entry->attached = true; in ice_rdma_pf_attach_locked()
679 * @return 0 or EEXIST if irdma was already attached
713 if (!entry->attached) { in ice_rdma_pf_detach_locked()
714 device_printf(sc->dev, "iRDMA peer entry was not attached\n"); in ice_rdma_pf_detach_locked()
728 entry->attached = false; in ice_rdma_pf_detach_locked()
767 if (sc->rdma_entry.attached && ice_rdma.registered) { in ice_rdma_pf_init()
791 if (sc->rdma_entry.attached && ice_rdma.registered) { in ice_rdma_pf_stop()
826 if (sc->rdma_entry.attached in ice_rdma_link_change()
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td75 "'%select{\\|@}0param' command used in a comment that is not attached to "
81 "command should be used in a comment attached to "
88 "command should not be used in a comment attached to a "
95 "command should not be used in a comment attached to a non-container declaration">,
115 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
136 "'%select{\\|@}0%1' command used in a comment that is not attached to "
141 "'%select{\\|@}0%1' command used in a comment that is attached to a "
/freebsd/sys/dev/ocs_fc/
H A Docs_device.c180 if (node->attached) { in __ocs_d_initiate_shutdown()
772 if (node->sport->enable_ini && node->sport->domain->attached) { in __ocs_d_init()
778 node->sport->enable_ini, node->sport->domain->attached); in __ocs_d_init()
791 if (node->sport->domain->attached) { in __ocs_d_init()
866 if (!node->sport->domain->attached) { in __ocs_d_init()
884 if (!node->sport->domain->attached) { in __ocs_d_init()
902 if (!node->sport->domain->attached) { in __ocs_d_init()
1179 ocs_assert(node->sport->domain->attached, NULL); in __ocs_d_wait_domain_attach()
1230 ocs_assert(!node->sport->domain->attached, NULL); in __ocs_d_wait_topology_notify()
1254 ocs_assert(node->sport->domain->attached, NULL); in __ocs_d_wait_topology_notify()
[all …]
H A Docs_fabric.c189 if (!node->sport->domain->attached) { in __ocs_fabric_flogi_wait_rsp()
210 ocs_assert(!node->sport->domain->attached, NULL); in __ocs_fabric_flogi_wait_rsp()
548 node->attached = TRUE; in __ocs_ns_wait_node_attach()
557 node->attached = FALSE; in __ocs_ns_wait_node_attach()
615 node->attached = TRUE; in __ocs_fabric_wait_attach_evt_shutdown()
621 node->attached = FALSE; in __ocs_fabric_wait_attach_evt_shutdown()
965 node->attached = TRUE; in __ocs_fabctl_init()
1009 node->attached = TRUE; in __ocs_fabctl_wait_node_attach()
1017 node->attached = FALSE; in __ocs_fabctl_wait_node_attach()
1180 if (node->attached) { in ocs_fabric_initiate_shutdown()
[all …]
H A Docs_common.h237 uint32_t attached:1, /**< set true after attach completes */ member
277 uint32_t attached:1, /**< true if attached */ member
342 attached:1, /**< node is attached (REGLOGIN complete) */ member
H A Docs_node.c154 if ((!n->rnode.attached) && (node->node_group == n->node_group)) { in ocs_remote_node_cb()
155 n->rnode.attached = attach_ok; in ocs_remote_node_cb()
353 return node->attached ? node : NULL; in ocs_node_get_instance()
629 if (!domain->attached) { in ocs_node_attach()
890 if (!node->attached) { in ocs_node_check_els_quiesced()
1095 node->attached = FALSE; in __ocs_node_wait_node_free()
1247 node->attached = TRUE; in __ocs_node_common()
1252 node->attached = FALSE; in __ocs_node_common()
1523 ocs_ddump_value(textbuf, "attached", "%d", node->rnode.attached); in ocs_ddump_node()
1758 ocs_mgmt_emit_boolean(textbuf, MGMT_MODE_RD, "attached", node->rnode.attached); in ocs_mgmt_node_get()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqualcomm-bluetooth.txt5 attached Qualcomm devices.
7 Serial attached Qualcomm devices shall be a child node of the host UART
8 device the slave device is attached to.
H A Dbroadcom-bluetooth.txt5 attached Broadcom devices.
7 Serial attached Broadcom devices shall be a child node of the host UART
8 device the slave device is attached to.
/freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/
H A Dca8210.txt9 - reset-gpio: GPIO attached to reset
10 - irq-gpio: GPIO attached to IRQ
/freebsd/sys/dev/ow/
H A DREADME.txt3 In new bus terms, 1-wire devices are attached to 1-wire buses (ow)
4 which are attached to a one wire bridge (owc).
/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c30 bool attached; member
183 map->attached = true; in adf_devmgr_add_dev()
316 if (ptr->bdf != ~0 && !ptr->attached) in adf_get_num_dettached_vfs()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt52 attached peripheral (range: 0 - 100000 uA, default 1000 uA)
56 attached peripheral (range: 0 - 510000 uA, default 100000 uA)
60 attached peripheral (range: 0 - 100000 uA, default 1000 uA)
64 attached peripheral (range: 0 - 510000 uA, default 100000 uA)
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ti/
H A Demif.txt6 of the EMIF IP and memory parts attached to it. Certain revisions
40 instance has a memory part attached to it. If there is a memory
41 part attached to CS1, it should be the same type as the one on CS0,
/freebsd/sys/dev/hpt27xx/
H A Dlist.h125 #define get_first_item(attached, type, member) \ argument
126 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/freebsd/sys/dev/hptnr/
H A Dlist.h124 #define get_first_item(attached, type, member) \ argument
125 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/freebsd/sys/dev/hptrr/
H A Dlist.h127 #define get_first_item(attached, type, member) \ argument
128 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
/freebsd/crypto/openssl/crypto/rand/
H A Drand_pool.c83 pool->attached = 1; in ossl_rand_pool_attach()
105 if (!pool->attached) { in ossl_rand_pool_free()
212 if (pool->attached || len > pool->max_len - pool->len) { in rand_pool_grow()
/freebsd/share/examples/ipfilter/
H A Dfirewall.16 # attached to the outside world, and interface ed0 attached to
/freebsd/bin/sh/tests/invocation/
H A Dsh-ac1.01 # Test that attached options before c are processed
H A Dsh-ca1.01 # Test that attached options after c are processed
H A Dsh-fca1.01 # Test that attached options before and after c are processed

12345678910>>...13