HomeSort by: relevance | last modified time | path
    Searched refs:ch_openflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
clmpccvar.h 57 u_char ch_openflags; /* Persistent TIOC flags */ member in struct:clmpcc_chan
clmpcc.c 318 SET(sc->sc_chans[cons_chan].ch_openflags, TIOCFLAG_SOFTCAR);
504 if ( ISSET(ch->ch_openflags, TIOCFLAG_CLOCAL) )
506 if ( ISSET(ch->ch_openflags, TIOCFLAG_CRTSCTS) )
508 if ( ISSET(ch->ch_openflags, TIOCFLAG_MDMBUF) )
692 *((int *)data) = ch->ch_openflags;
700 ch->ch_openflags = *((int *)data) &
704 SET(ch->ch_openflags, TIOCFLAG_SOFTCAR);
816 if ( ISSET(ch->ch_openflags, TIOCFLAG_SOFTCAR) ||

Completed in 12 milliseconds