Home
last modified time | relevance | path

Searched full:disconnected (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/freebsd-src/lib/libusb/
H A Dlibusb.3204 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 DSimpleRemoteEPCUtils.cpp101 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 Dnvmf.477 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 Dng_hub.455 control message, or when all hooks have been disconnected.
59 disconnected.
H A Dahc.4358 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 Dng_ksocket.472 When the hook is disconnected and/or the node is shutdown, the
232 control message, or when the hook is disconnected.
H A Dng_bridge.4259 control message, or when all hooks have been disconnected.
263 disconnected.
H A Dng_source.4240 control message, when all hooks have been disconnected, or when the
242 hook has been disconnected.
/freebsd-src/sys/dev/nvmf/host/
H A Dnvmf_ns.c31 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 Dpcap_findalldevs.3pcap128 the adapter is disconnected
131 the notion of "connected" and "disconnected" don't apply to this
H A Dpcap-dbus.c81 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 Dpcap-bt-monitor-linux.c78 * 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 Dpcap-libdlpi.c315 * 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 Dusb_control_ep_test.c197 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 DMakefile3 # XXX Temporarily disconnected.
/freebsd-src/contrib/ofed/librdmacm/man/
H A Drdma_get_cm_event.3145 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 Daic7xxx.seq1712 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 Dwm8782.txt14 FSAMPEN pin value, 0 for low, 1 for high, 2 for disconnected.
/freebsd-src/sys/contrib/device-tree/Bindings/mux/
H A Dmux-controller.yaml45 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 DTODO40 For now we destroy all channels when upstream hook is disconnected.
/freebsd-src/sys/contrib/device-tree/Bindings/power/supply/
H A Dltc2941.txt19 lost when the battery is disconnected.
H A Dlltc,ltc294x.yaml45 The setting is lost when the battery is disconnected.
/freebsd-src/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c217 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 Dqca-vendor.h44 * 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 Ddbus_common.c268 "Disconnected")) { in disconnect_filter()
269 wpa_printf(MSG_DEBUG, "dbus: bus disconnected, terminating"); in disconnect_filter()

12345678910>>...14