| /src/sys/dev/ata/ |
| H A D | ata-isa.c | 105 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()
|
| /src/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_bus_if.m | 30 # 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 D | bhndb_if.m | 122 * @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.
|
| /src/sys/dev/ice/ |
| H A D | ice_rdma.c | 636 if (entry->attached) { in ice_rdma_pf_attach_locked() 641 entry->attached = true; in ice_rdma_pf_attach_locked() 713 if (!entry->attached) { 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 && ice_rdma.registered) in ice_rdma_link_change() 851 if (sc->rdma_entry.attached && ice_rdma.registered) in ice_rdma_notify_dcb_qos_change() 880 if (sc->rdma_entry.attached && ice_rdma.registered) in ice_rdma_dcb_qos_update() 905 if (sc->rdma_entry.attached && ice_rdma.registered) in ice_rdma_notify_pe_intr() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 75 "'%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 "
|
| /src/sys/dev/ocs_fc/ |
| H A D | ocs_device.c | 180 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 D | ocs_fabric.c | 189 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 D | ocs_common.h | 237 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
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_get_stream_id.pod | 27 attached. 37 attached. 42 connection SSL object with a default stream attached), and that stream is a 48 default stream attached), and that stream is a unidirectional QUIC stream which 54 default stream attached), and that stream is a unidirectional QUIC stream which 83 object without a default stream attached. Note that valid QUIC stream IDs are
|
| /src/release/packages/ucl/ |
| H A D | devmatch-all.ucl | 19 comment = "Automatically load kernel drivers for attached hardware" 22 The devmatch(8) utility is used to load kernel drivers for hardware attached to 24 operation by devd(8) when new hardware is attached to the system.
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | qualcomm-bluetooth.txt | 5 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 D | broadcom-bluetooth.txt | 5 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.
|
| /src/sys/contrib/device-tree/Bindings/net/ieee802154/ |
| H A D | ca8210.txt | 9 - reset-gpio: GPIO attached to reset 10 - irq-gpio: GPIO attached to IRQ
|
| /src/sys/dev/ow/ |
| H A D | README.txt | 3 In new bus terms, 1-wire devices are attached to 1-wire buses (ow) 4 which are attached to a one wire bridge (owc).
|
| /src/sys/dev/qat/qat_common/ |
| H A D | adf_dev_mgr.c | 30 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()
|
| /src/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb251xb.txt | 52 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)
|
| /src/sys/contrib/device-tree/Bindings/memory-controllers/ti/ |
| H A D | emif.txt | 6 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,
|
| /src/sys/dev/hpt27xx/ |
| H A D | list.h | 125 #define get_first_item(attached, type, member) \ argument 126 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
|
| /src/sys/dev/hptrr/ |
| H A D | list.h | 127 #define get_first_item(attached, type, member) \ argument 128 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
|
| /src/sys/dev/hptnr/ |
| H A D | list.h | 124 #define get_first_item(attached, type, member) \ argument 125 ((type *)((char *)((attached)->next)-(HPT_UPTR)(&((type *)0)->member)))
|
| /src/crypto/openssl/crypto/rand/ |
| H A D | rand_pool.c | 76 pool->attached = 1; in ossl_rand_pool_attach() 98 if (!pool->attached) { in ossl_rand_pool_free() 204 if (pool->attached || len > pool->max_len - pool->len) { in rand_pool_grow()
|
| /src/share/examples/ipfilter/ |
| H A D | firewall.1 | 6 # attached to the outside world, and interface ed0 attached to
|
| /src/crypto/krb5/src/lib/gssapi/ |
| H A D | LICENSE | 8 the attached files to MIT for the purpose of including these 11 Many of the files attached are subject to licenses issued by other 17 contains portions of the files attached. The following files must be
|
| /src/bin/sh/tests/invocation/ |
| H A D | sh-ca1.0 | 1 # Test that attached options after c are processed
|
| H A D | sh-ac1.0 | 1 # Test that attached options before c are processed
|