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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dclmpccvar.h59 #define CLMPCC_FLG_IS_CONSOLE 0x0001 /* Channel is system console */ macro
H A Dclmpcc.c314 SET(sc->sc_chans[cons_chan].ch_flags, CLMPCC_FLG_IS_CONSOLE);
455 if ( ISCLR(ch->ch_flags, CLMPCC_FLG_IS_CONSOLE) ) {
512 if ( ISSET(ch->ch_flags, CLMPCC_FLG_IS_CONSOLE) ) {
700 if ( ISSET(ch->ch_flags, CLMPCC_FLG_IS_CONSOLE) )
814 ISSET(ch->ch_flags, CLMPCC_FLG_IS_CONSOLE) ) {
1091 if ( ISSET(ch->ch_flags, CLMPCC_FLG_IS_CONSOLE) &&

Completed in 114 milliseconds