/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
|
vbox_mode.c | 75 flags |= vbox_crtc->disconnected ? VBVA_SCREEN_F_DISABLED : 0; 778 return vbox_connector->mode_hint.disconnected ?
|
/src/sys/netbt/ |
bluetooth.h | 118 void (*disconnected)(void *, int); member in struct:btproto
|
l2cap_lower.c | 54 * L2CAP channel is disconnected, could be: 100 (*chan->lc_proto->disconnected)(chan->lc_upper, err);
|
rfcomm_dlc.c | 171 (*dlc->rd_proto->disconnected)(dlc->rd_upper, err);
|
l2cap_signal.c | 291 (*new->lc_proto->disconnected)(new->lc_upper, err); 321 (*new->lc_proto->disconnected)(new->lc_upper, err);
|
hci_link.c | 987 (*pcb->sp_proto->disconnected)(pcb->sp_upper, err);
|
/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
|
/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.
|