Searched refs:TIOCM_DSR (Results 1 – 14 of 14) sorted by relevance
71 #define TIOCM_DSR 0400 /* data set ready */ macro
24 $TIOCM_DSR = 0x100;
317 return ((i & TIOCM_DSR) ? 1 : 0); in todos_scdsr()
337 if ((ioctl(mouse_fd, TIOCMGET, &i) == -1) || ((i & TIOCM_DSR) == 0)) in pnpgets()
707 *(int *)data = TIOCM_LE|TIOCM_DTR|TIOCM_RTS|TIOCM_CTS|TIOCM_DSR; in isdnbchanioctl()
749 SET(ttybits, TIOCM_DSR); in ucom_to_tiocm()
1320 SET(ttybits, TIOCM_DSR); in cztty_to_tiocm()
484 bits |= TIOCM_DSR;
1235 if( msvr & CD1400_MSVR2_DSR ) bits |= (cd->cd_parmode ? TIOCM_CD : TIOCM_DSR);
548 bits |= TIOCM_DSR;
1188 bits |= (cd->cd_parmode ? TIOCM_CD : TIOCM_DSR); in mtty_modem_control()
871 bits |= TIOCM_DSR;
856 SET(bits, TIOCM_DSR);
1230 SET(bits, TIOCM_DSR);