Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-11-stable/sys/dev/ppbus/
HDimmio.c318 imm_connect(struct vpoio_data *vpo, int how, int *disconnected, int request_bus) in imm_connect() argument
328 if (disconnected) in imm_connect()
329 *disconnected = 0; in imm_connect()
358 if (disconnected) in imm_connect()
359 *disconnected = VP0_ECONNECT; in imm_connect()
648 int disconnected; in imm_reset_bus() local
651 imm_connect(vpo, PPB_WAIT|PPB_INTR, &disconnected, 1); in imm_reset_bus()
653 if (!disconnected) { in imm_reset_bus()
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
HDTODO41 For now we destroy all channels when upstream hook is disconnected.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp279 bool disconnected = false; in WaitForPacketNoLock() local
382 disconnected = true; in WaitForPacketNoLock()
397 disconnected = true; in WaitForPacketNoLock()
404 if (disconnected) in WaitForPacketNoLock()
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx.seq1810 * clearing the "disconnected" bit so we don't "find" it by accident later.
1868 * disconnected list, so we must replace
2041 * Locate a disconnected SCB by SCBID. Upon return, SCBPTR and SINDEX will
2044 * preceding SCB in the disconnected list which can be used to speed up
2045 * removal of the found SCB from the disconnected list.
2342 * to the correct/safe state. If the SCB is for a disconnected
2343 * transaction, it must be returned to the disconnected list.
2344 * If it is not in the disconnected state, it must be free.
2392 * Modifying the disconnected list is a critical(pause dissabled) section.
HDaic7xxx.c7160 int disconnected; in ahc_recover_commands() local
7178 disconnected = FALSE; in ahc_recover_commands()
7180 disconnected = TRUE; in ahc_recover_commands()
7183 if (disconnected) { in ahc_recover_commands()
HDaic7xxx.reg1387 * disconnected. Used for SCB
HDaic79xx.seq1094 * the per-device, disconnected array. If there is no untagged
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDwpa_supplicant.c3510 if (!wpa_s->current_ssid && !wpa_s->disconnected) in wpa_supplicant_enable_one_network()
3620 if (wpa_s->reassociate && !wpa_s->disconnected && in wpa_supplicant_enable_network()
3709 int disconnected = 0; in wpa_supplicant_select_network() local
3716 disconnected = 1; in wpa_supplicant_select_network()
3764 wpa_s->disconnected = 0; in wpa_supplicant_select_network()
3774 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0); in wpa_supplicant_select_network()
5999 wpa_s->disconnected = 1; in wpa_supplicant_deinit_iface()
6714 if (wpa_s->disconnected) { in wpas_connection_failed()
7148 wpa_s->disconnected = 0; in wpas_request_connection()
7172 wpa_s->disconnected = 1; in wpas_request_disconnection()
HDevents.c123 if (wpa_s->disconnected || wpa_s->wpa_state != WPA_SCANNING) in wpas_network_reenabled()
1917 if (wpa_s->disconnected) { in _wpa_supplicant_event_scan_results()
3046 if (!wpa_s->disconnected && wpa_s->wpa_state >= WPA_AUTHENTICATING && in wpa_supplicant_event_disassoc_finish()
3066 if (!wpa_s->disconnected && in wpa_supplicant_event_disassoc_finish()
3098 wpa_s->disconnected = 1; in wpa_supplicant_event_disassoc_finish()
HDwps_supplicant.c1134 wpa_s->disconnected = 0; in wpas_wps_reassoc()
1867 if (wpa_s->disconnected || wpa_s->wpa_state >= WPA_ASSOCIATED) in wpas_wps_notify_scan_results()
2414 wpa_s->disconnected = 0; in wpas_wps_use_cred()
HDwpa_supplicant_i.h531 int disconnected; /* all connections disabled; i.e., do no reassociate member
HDscan.c206 if (wpa_s->disconnected) in wpas_trigger_scan_cb()
841 if (wpa_s->disconnected && wpa_s->scan_req == NORMAL_SCAN_REQ) { in wpa_supplicant_scan()
HDdpp_supplicant.c151 wpa_s->disconnected = 0; in wpas_dpp_try_to_connect()
HDREADME-P2P668 disconnected, but it will be able to re-join the group since the PSK it
HDp2p_supplicant.c867 wpa_s->disconnected = 1; in wpas_p2p_group_delete()
1967 wpa_s->disconnected = 0; in wpas_start_wps_go()
9255 wpa_s->disconnected = 0; in wpas_p2p_move_go_no_csa()
HDinterworking.c84 wpa_s->disconnected = 0; in interworking_reconnect()
HDctrl_iface.c3082 wpa_s->disconnected = 1; in wpa_supplicant_ctrl_iface_mesh_group_remove()
8055 wpa_s->disconnected = 0; in wpa_supplicant_ctrl_iface_flush()
10029 else if (wpa_s->disconnected) in wpa_supplicant_ctrl_iface_process()
HDChangeLog610 i.e., to allow connection from disconnected state
790 * send STA connected/disconnected ctrl_iface events to both the P2P
/freebsd-11-stable/contrib/smbfs/
HDHISTORY37 disconnected for some reason - fixed.
/freebsd-11-stable/crypto/heimdal/appl/telnet/
HDChangeLog276 complain that the server disconnected and exit
/freebsd-11-stable/
HDUPDATING1290 pkg_install has been disconnected from the build if you really need it
1495 All the non-MPSAFE filesystems have been disconnected from
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new_handlers.c1721 if (wpa_s->disconnected) in wpas_dbus_handler_reconnect()
/freebsd-11-stable/contrib/ncurses/doc/
HDncurses-intro.doc1844 the old fields of the form are disconnected but not freed (and
1848 It may also be null, in which case the old fields are disconnected
/freebsd-11-stable/contrib/tnftp/
HDChangeLog1550 `disconnected'. call in disconnect() and lostpeer().
/freebsd-11-stable/contrib/dialog/
HDCHANGES534 due to a disconnected terminal (report by Anatoli Sakhnik).

12