HomeSort by: relevance | last modified time | path
    Searched defs:disconnected (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_irq.c 119 bool disconnected; local in function:vbox_update_mode_hints
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;
vbox_drv.h 91 bool disconnected; member in struct:vbox_connector::__anon6d5e1ff30108
97 bool disconnected; member in struct:vbox_crtc
  /src/sys/netbt/
bluetooth.h 118 void (*disconnected)(void *, int); member in struct:btproto
  /src/sys/dev/ic/
aic7xxx_osm.c 947 int disconnected; local in function:ahc_timeout
967 disconnected = FALSE;
969 disconnected = TRUE;
972 if (disconnected) {
984 * also set the disconnected flag since
991 scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
996 * disconnected list in preparation for the
999 * both the qinfifo and the disconnected list.
  /src/sys/dev/isa/
seagate.c 309 int connected, issued, disconnected; local in function:sea_queue_length
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

Completed in 15 milliseconds