Searched refs:ch_openflags (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dclmpccvar.h57 u_char ch_openflags; /* Persistent TIOC flags */ member in struct:clmpcc_chan
H A Dclmpcc.c318 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 192 milliseconds