Searched refs:disconnected (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_irq.c119 bool disconnected; local
141 disconnected = !(hints->enabled);
147 vbox_conn->mode_hint.disconnected = disconnected;
149 if (vbox_conn->vbox_crtc->disconnected == disconnected)
152 if (disconnected)
161 vbox_conn->vbox_crtc->disconnected = disconnected;
H A Dvbox_drv.h91 bool disconnected; member in struct:vbox_connector::__anon1306
97 bool disconnected; member in struct:vbox_crtc
H A Dvbox_mode.c75 flags |= vbox_crtc->disconnected ? VBVA_SCREEN_F_DISABLED : 0;
778 return vbox_connector->mode_hint.disconnected ?
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dserver-kill.exp42 # Make sure we're disconnected, in case we're testing with an
93 gdb_test "tstatus" {Remote connection closed|Remote communication error\. Target disconnected\.: Connection reset by peer\.}
110 gdb_test "bt" "(Target disconnected|Remote connection closed|Remote communication error).*"
123 gdb_test "bt" "(Target disconnected|Remote connection closed|Remote communication error).*"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dserver-kill.exp66 # Make sure we're disconnected, in case we're testing with an
123 gdb_test "tstatus" {Remote connection closed|Remote communication error\. Target disconnected\.: Connection reset by peer\.}
140 gdb_test "bt" "(Target disconnected|Remote connection closed|Remote communication error).*"
153 gdb_test "bt" "(Target disconnected|Remote connection closed|Remote communication error).*"
165 gdb_test "stepi" "(Target disconnected|Remote connection closed|Remote communication error).*"
/netbsd-current/sys/netbt/
H A Dbluetooth.h118 void (*disconnected)(void *, int); member in struct:btproto
H A Dl2cap_lower.c54 * L2CAP channel is disconnected, could be:
100 (*chan->lc_proto->disconnected)(chan->lc_upper, err);
H A Drfcomm_dlc.c171 (*dlc->rd_proto->disconnected)(dlc->rd_upper, err);
H A Dl2cap_signal.c291 (*new->lc_proto->disconnected)(new->lc_upper, err);
321 (*new->lc_proto->disconnected)(new->lc_upper, err);
H A Dhci_link.c987 (*pcb->sp_proto->disconnected)(pcb->sp_upper, err);
/netbsd-current/sys/dev/isa/
H A Dseagate.c309 int connected, issued, disconnected; local
314 for (scb = sea->nexus_list.tqh_first, disconnected = 0; scb;
315 scb = scb->chain.tqe_next, disconnected++);
317 issued, disconnected);
928 * we just reestablished, and remove it from the disconnected
940 printf("%s: target %02x lun %d not disconnected\n",
1171 * If the command is currently disconnected from the bus, and there are
/netbsd-current/sys/dev/ic/
H A Daic7xxx_osm.c947 int disconnected; local
967 disconnected = FALSE;
969 disconnected = TRUE;
972 if (disconnected) {
984 * also set the disconnected flag since
996 * disconnected list in preparation for the
999 * both the qinfifo and the disconnected list.
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_supplicant.c3510 if (!wpa_s->current_ssid && !wpa_s->disconnected)
3620 if (wpa_s->reassociate && !wpa_s->disconnected &&
3709 int disconnected = 0; local
3716 disconnected = 1;
3764 wpa_s->disconnected = 0;
3774 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0);
6011 wpa_s->disconnected = 1;
6735 if (wpa_s->disconnected) {
6738 "disconnected state");
7169 wpa_s->disconnected
[all...]
H A Devents.c123 if (wpa_s->disconnected || wpa_s->wpa_state != WPA_SCANNING)
1917 if (wpa_s->disconnected) {
2978 * generating streams of disconnected events when configuring
3038 * generating streams of disconnected events when configuring
3046 if (!wpa_s->disconnected && wpa_s->wpa_state >= WPA_AUTHENTICATING &&
3066 if (!wpa_s->disconnected &&
3098 wpa_s->disconnected = 1;
H A Dwps_supplicant.c1134 wpa_s->disconnected = 0;
1867 if (wpa_s->disconnected || wpa_s->wpa_state >= WPA_ASSOCIATED)
2414 wpa_s->disconnected = 0;
H A Dwpa_supplicant_i.h542 int disconnected; /* all connections disabled; i.e., do no reassociate member in struct:wpa_supplicant
H A Dscan.c206 if (wpa_s->disconnected)
841 if (wpa_s->disconnected && wpa_s->scan_req == NORMAL_SCAN_REQ) {
H A Ddpp_supplicant.c151 wpa_s->disconnected = 0;
H A Dp2p_supplicant.c867 wpa_s->disconnected = 1;
1967 wpa_s->disconnected = 0;
7327 * disconnected, so assume this interface was used as P2P
9255 wpa_s->disconnected = 0;
H A Dctrl_iface.c3084 wpa_s->disconnected = 1;
7926 * disconnected due to state flush.
8057 wpa_s->disconnected = 0;
10032 else if (wpa_s->disconnected)
H A Dinterworking.c84 wpa_s->disconnected = 0;
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1704 * wpas_dbus_handler_reconnect - Reconnect if disconnected
1721 if (wpa_s->disconnected)

Completed in 508 milliseconds