Lines Matching refs:ISSET
442 if (ISSET(tp->t_state, TS_BUSY | TS_TIMEOUT | TS_TTSTOP))
507 if (ISSET(sc->sc_swflags, TIOCFLAG_SOFTCAR) ||
508 ISSET(sc->sc_hwflags, SCI_HW_CONSOLE)) {
524 lcr = ISSET(sc->sc_lcr, LCR_SBREAK) | cflag2lcr(t->c_cflag);
540 if (ISSET(sc->sc_hwflags, SCI_HW_HAYESP))
542 else if (ISSET(sc->sc_hwflags, SCI_HW_FIFO))
568 if (!ISSET(t->c_cflag, CHWFLOW)) {
572 if (ISSET(sc->sc_rx_flags, RX_TTY_OVERFLOWED)) {
585 if (!ISSET(t->c_cflag, CHWFLOW)) {
623 if (sc == 0 || !ISSET(sc->sc_hwflags, SCI_HW_DEV_OK) ||
634 if (ISSET(sc->sc_hwflags, SCI_HW_KGDB))
648 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
665 if (ISSET(sc->sc_hwflags, SCI_HW_CONSOLE)) {
672 if (ISSET(sc->sc_swflags, TIOCFLAG_CLOCAL))
674 if (ISSET(sc->sc_swflags, TIOCFLAG_CRTSCTS))
676 if (ISSET(sc->sc_swflags, TIOCFLAG_MDMBUF))
706 error = ttyopen(tp, SCIDIALOUT(dev), ISSET(flag, O_NONBLOCK));
728 if (!ISSET(tp->t_state, TS_ISOPEN))
871 if (ISSET(tp->t_state, TS_BUSY)) {
875 if (!ISSET(tp->t_state, TS_TTSTOP))
925 if (ISSET(ssr, SCSSR_FER | SCSSR_PER)) {
926 if (ISSET(ssr, SCSSR_FER))
928 if (ISSET(ssr, SCSSR_PER))
935 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) {
971 if (ISSET(sc->sc_rx_flags, RX_IBUF_OVERFLOWED)) {
976 if (ISSET(sc->sc_rx_flags, RX_IBUF_BLOCKED)) {
991 if (ISSET(tp->t_state, TS_FLUSH))
1012 if (ISSET(delta, sc->sc_msr_dcd)) {
1016 (void) (*tp->t_linesw->l_modem)(tp, ISSET(msr, MSR_DCD));
1019 if (ISSET(delta, sc->sc_msr_cts)) {
1021 if (ISSET(msr, sc->sc_msr_cts)) {
1079 if (ISSET(ssr, SCSSR_FER)) {
1088 if (ISSET(sc->sc_hwflags, SCI_HW_CONSOLE)) {
1093 if (ISSET(sc->sc_hwflags, SCI_HW_KGDB)) {
1122 if (!ISSET(sc->sc_rx_flags, RX_TTY_OVERFLOWED))
1129 if (!ISSET(sc->sc_rx_flags, RX_IBUF_BLOCKED) &&
1159 if (ISSET(delta, sc->sc_msr_mask)) {
1165 if (ISSET(delta, sc->sc_ppsmask)) {
1167 if (ISSET(msr, sc->sc_ppsmask) ==
1188 } else if (ISSET(msr, sc->sc_ppsmask) ==
1215 if (ISSET(~msr, sc->sc_msr_mask)) {
1250 if (ISSET(sc->sc_ier, IER_ETXRDY))