/freebsd-src/lib/libusb/ |
H A D | libusb.3 | 204 disconnected and a LIBUSB_ERROR code on other errors. 227 on success, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 238 claimed, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and a 249 been disconnected and a LIBUSB_ERROR code on failure. 258 disconnected and LIBUSB_ERROR on failure. 266 disconnected and a LIBUSB_ERROR code on failure. 273 disconnected and a LIBUSB_ERROR code on failure. 280 been disconnected and a LIBUSB_ERROR code on failure. 286 LIBUSB_ERROR_NO_DEVICE if it has been disconnected and a LIBUSB_ERROR 294 if the device has been disconnected an [all...] |
/freebsd-src/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-src/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 | ng_hub.4 | 55 control message, or when all hooks have been disconnected. 59 disconnected.
|
H A D | ahc.4 | 358 The SCBs for disconnected transactions are only of use to the controller 364 disconnected (and therefore most likely to stay disconnected) SCB is 370 local SCB space serves as a cache for disconnected transactions, the
|
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-src/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() 410 ns->disconnected = true; in nvmf_disconnect_ns() 421 ns->disconnected = false; in nvmf_reconnect_ns()
|
/freebsd-src/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-src/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-src/sbin/ipf/ |
H A D | Makefile | 3 # XXX Temporarily disconnected.
|
/freebsd-src/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-src/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-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | wm8782.txt | 14 FSAMPEN pin value, 0 for low, 1 for high, 2 for disconnected.
|
/freebsd-src/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-src/sys/netgraph/bluetooth/l2cap/ |
H A D | TODO | 40 For now we destroy all channels when upstream hook is disconnected.
|
/freebsd-src/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | ltc2941.txt | 19 lost when the battery is disconnected.
|
H A D | lltc,ltc294x.yaml | 45 The setting is lost when the battery is disconnected.
|
/freebsd-src/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-src/contrib/wpa/src/common/ |
H A D | qca-vendor.h | 44 * 2.4 GHz and 5/6 GHz bands. When configured in disconnected state, the 69 * only when in connected state and will be effective until disconnected. The 83 * and will be effective until disconnected. The driver rejects this 101 * connected state and will be effective until disconnected. The driver rejects 595 * disconnected. The attributes used with this command are defined in 746 * STA is disconnected (when the disconnect indication is sent to 822 * association when in disconnected state. For AP mode, only information 2786 * packet count. The peer is disconnected once this threshold is 3042 * configured when STA is in disconnected state, the configured value 3074 * the disconnected stat [all...] |
/freebsd-src/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()
|