| /freebsd/lib/libusb/ |
| H A D | libusb.3 | 225 disconnected and a LIBUSB_ERROR code on other errors. 253 on success, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 264 claimed, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and a 275 been disconnected and a LIBUSB_ERROR code on failure. 284 disconnected and LIBUSB_ERROR on failure. 292 disconnected and a LIBUSB_ERROR code on failure. 299 disconnected and a LIBUSB_ERROR code on failure. 306 been disconnected and a LIBUSB_ERROR code on failure. 312 LIBUSB_ERROR_NO_DEVICE if it has been disconnected and a LIBUSB_ERROR 320 if the device has been disconnected and a LIBUSB_ERROR code on failure. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 101 if (Disconnected) in sendMessage() 102 return make_error<StringError>("FD-transport disconnected", in sendMessage() 112 if (Disconnected) in disconnect() 113 return; // Return if already disconnected. in disconnect() 115 Disconnected = true; in disconnect() 156 if (Disconnected && IsEOF) { // disconnect called, pretend this is EOF. in readBytes() 241 // Attempt to close FDs, set Disconnected to true so that subsequent in listenLoop()
|
| /freebsd/share/man/man4/ |
| H A D | nvmf.4 | 77 By default, input/output operations are suspended while a host is disconnected. 79 interrupted as well as new requests submitted while the host is disconnected. 83 while a host is disconnected and
|
| H A D | ahc.4 | 356 The SCBs for disconnected transactions are only of use to the controller 362 disconnected (and therefore most likely to stay disconnected) SCB is 368 local SCB space serves as a cache for disconnected transactions, the
|
| H A D | ng_hub.4 | 55 control message, or when all hooks have been disconnected. 59 disconnected.
|
| H A D | ng_ksocket.4 | 72 When the hook is disconnected and/or the node is shutdown, the 232 control message, or when the hook is disconnected.
|
| H A D | ng_bridge.4 | 259 control message, or when all hooks have been disconnected. 263 disconnected.
|
| H A D | ng_source.4 | 240 control message, when all hooks have been disconnected, or when the 242 hook has been disconnected.
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/tests/ |
| H A D | link.c | 22 bool disconnected; member 45 .output.disconnected = true, 94 KUNIT_ASSERT_NE(test, vif->cfg.assoc, test_param->output.disconnected); in test_missed_beacon()
|
| /freebsd/sys/dev/nvmf/host/ |
| H A D | nvmf_ns.c | 31 bool disconnected; member 92 if (ns->disconnected) { in nvmf_ns_biodone() 214 if (ns->disconnected) { in nvmf_ns_submit_bio() 413 ns->disconnected = true; in nvmf_disconnect_ns() 424 ns->disconnected = false; in nvmf_reconnect_ns()
|
| /freebsd/tools/tools/usbtest/ |
| H A D | usb_control_ep_test.c | 197 printf("Device disconnected\n"); in usb_get_string_desc_test() 218 printf("Device disconnected\n"); in usb_get_string_desc_test() 296 printf("Device disconnected\n"); in usb_port_reset_test() 431 printf("Device disconnected\n"); in usb_suspend_resume_test() 520 printf("Device disconnected\n"); in usb_set_and_clear_stall_test()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap_findalldevs.3pcap | 128 the adapter is disconnected 131 the notion of "connected" and "disconnected" don't apply to this
|
| H A D | pcap-dbus.c | 81 if (dbus_message_is_signal(message, DBUS_INTERFACE_LOCAL, "Disconnected")) { in dbus_read() 82 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Disconnected"); in dbus_read() 336 * The notion of "connected" vs. "disconnected" doesn't apply. in dbus_findalldevs()
|
| H A D | pcap-bt-monitor-linux.c | 78 * there's no notion of "connected" or "disconnected", any in bt_monitor_findalldevs() 79 * more than there's a notion of "connected" or "disconnected" in bt_monitor_findalldevs()
|
| H A D | pcap-libdlpi.c | 315 * connected/disconnected status doesn't apply". in get_if_flags() 318 * i.e. get a connected/disconnected indication from a kstat? in get_if_flags() 325 * "disconnected" doesn't apply to them. in get_if_flags()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 1712 or SCB_CONTROL,DISCONNECTED; 1808 * clearing the "disconnected" bit so we don't "find" it by accident later. 1866 * disconnected list, so we must replace 1925 test SCB_CONTROL,DISCONNECTED jz not_found_cleanup_scb; 1926 and SCB_CONTROL,~DISCONNECTED; 2039 * Locate a disconnected SCB by SCBID. Upon return, SCBPTR and SINDEX will 2042 * preceding SCB in the disconnected list which can be used to speed up 2043 * removal of the found SCB from the disconnected list. 2340 * to the correct/safe state. If the SCB is for a disconnected 2341 * transaction, it must be returned to the disconnected list. [all …]
|
| /freebsd/sbin/ipf/ |
| H A D | Makefile | 3 # XXX Temporarily disconnected.
|
| /freebsd/contrib/ofed/librdmacm/man/ |
| H A D | rdma_get_cm_event.3 | 145 The connection has been disconnected. 162 ready to be re-used. After a QP has been disconnected, it is maintained in
|
| /freebsd/sys/contrib/device-tree/Bindings/mux/ |
| H A D | mux-controller.yaml | 45 multiplexer. Using this disconnected high-impedance state as the idle state 104 multiplexer. Using this disconnected high-impedance state as the idle state
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | ltc2941.txt | 19 lost when the battery is disconnected.
|
| /freebsd/sys/netgraph/bluetooth/l2cap/ |
| H A D | TODO | 40 For now we destroy all channels when upstream hook is disconnected.
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | wlf,wm8782.yaml | 26 description: FSAMPEN pin value, 0 for low, 1 for high, 2 for disconnected.
|
| /freebsd/contrib/wpa/src/eapol_auth/ |
| H A D | eapol_auth_sm.c | 217 SM_STATE(AUTH_PAE, DISCONNECTED) in SM_STATE() argument 231 SM_ENTRY_MA(AUTH_PAE, DISCONNECTED, auth_pae); in SM_STATE() 408 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP() 424 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP() 434 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP() 448 SM_ENTER(AUTH_PAE, DISCONNECTED); in SM_STEP()
|
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_common.c | 268 "Disconnected")) { in disconnect_filter() 269 wpa_printf(MSG_DEBUG, "dbus: bus disconnected, terminating"); in disconnect_filter()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Graph.h | 617 /// A disconnected edge WILL still appear in an iteration over the graph 620 /// A disconnected edge should not be removed from the graph, it should be 623 /// A disconnected edge can be reconnected by calling the reconnectEdge 642 /// Adds an edge that had been previously disconnected back into the
|