Home | History | Annotate | Download | only in ic

Lines Matching refs:ISSET

222 	onehundred_pin = ISSET(cd18xx_read(sc, CD18xx_SRCR),CD18xx_SRCR_PKGTYP);
373 if (ISSET(tp->t_cflag, HUPCL)) {
426 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
440 if (ISSET(port->p_swflags, TIOCFLAG_CLOCAL))
442 if (ISSET(port->p_swflags, TIOCFLAG_CRTSCTS))
444 if (ISSET(port->p_swflags, TIOCFLAG_CDTRCTS))
446 if (ISSET(port->p_swflags, TIOCFLAG_MDMBUF))
481 error = ttyopen(tp, CD18XX_DIALOUT(dev), ISSET(flag, O_NONBLOCK));
517 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
650 if (ISSET(tp->t_state, TS_BUSY | TS_TIMEOUT | TS_TTSTOP))
702 if (ISSET(tp->t_state, TS_BUSY)) {
706 if (!ISSET(tp->t_state, TS_TTSTOP))
767 if (ISSET(p->p_swflags, TIOCFLAG_SOFTCAR)) {
804 if (ISSET(t->c_cflag, PARENB)) {
806 if (ISSET(t->c_cflag, PARODD))
809 if (!ISSET(t->c_iflag, INPCK))
811 if (ISSET(t->c_cflag, CSTOPB))
818 if (ISSET(t->c_cflag, CLOCAL | MDMBUF))
827 if (ISSET(t->c_cflag, CRTSCTS)) {
832 } else if (ISSET(t->c_cflag, MDMBUF)) {
902 if (!ISSET(t->c_cflag, CHWFLOW)) {
906 if (ISSET(p->p_rx_flags, RX_TTY_OVERFLOWED)) {
910 if (ISSET(p->p_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) {
926 (void) (*tp->t_linesw->l_modem)(tp, ISSET(p->p_msvr, CD18xx_MSVR_CD));
928 if (!ISSET(t->c_cflag, CHWFLOW)) {
1003 if (!ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) {
1008 if (ISSET(p->p_rx_flags, RX_TTY_OVERFLOWED)) {
1012 if (ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) {
1031 if (ISSET(p->p_rx_flags, RX_ANY_BLOCK)) {
1116 if (!ISSET(p->p_rx_flags, RX_TTY_OVERFLOWED)) {
1203 if (ISSET(p->p_srer, CD18xx_SRER_Tx)) {
1245 if (ISSET(delta, p->p_msvr_mask)) {
1253 if (ISSET(~msvr, p->p_msvr_mask)) {
1303 if (ISSET(status, CD18xx_SRSR_RxPEND)) {
1309 if (ISSET(status, CD18xx_SRSR_TxPEND)) {
1316 if (ISSET(status, CD18xx_SRSR_MxPEND)) {
1359 if (ISSET(rcsr, CD18xx_RCSR_OVERRUNERR | CD18xx_RCSR_BREAK |
1361 if (ISSET(rcsr, CD18xx_RCSR_OVERRUNERR)) {
1369 if (ISSET(rcsr, CD18xx_RCSR_BREAK|CD18xx_RCSR_FRAMERR))
1371 if (ISSET(rcsr, CD18xx_RCSR_PARITYERR))
1378 if (!ISSET(p->p_rx_flags, RX_TTY_BLOCKED)) {
1415 if (ISSET(p->p_rx_flags, RX_IBUF_OVERFLOWED)) {
1423 if (ISSET(p->p_rx_flags, RX_IBUF_BLOCKED)) {
1437 if (ISSET(tp->t_state, TS_FLUSH))
1456 if (ISSET(delta, p->p_msvr_dcd)) {
1460 (void) (*tp->t_linesw->l_modem)(tp, ISSET(msvr, CD18xx_MSVR_CD));
1463 if (ISSET(delta, p->p_msvr_cts)) {
1465 if (ISSET(msvr, p->p_msvr_cts)) {
1488 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0)