Home
last modified time | relevance | path

Searched refs:SABTTYF_CONS_OUT (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/sparc64/dev/
H A Dsab.c102 #define SABTTYF_CONS_OUT 0x20 macro
419 if (sc->sc_flags & (SABTTYF_CONS_IN | SABTTYF_CONS_OUT)) { in sabtty_attach()
423 switch (sc->sc_flags & (SABTTYF_CONS_IN | SABTTYF_CONS_OUT)) { in sabtty_attach()
427 case SABTTYF_CONS_OUT: in sabtty_attach()
430 case SABTTYF_CONS_IN|SABTTYF_CONS_OUT: in sabtty_attach()
436 if (sc->sc_flags & SABTTYF_CONS_OUT) { in sabtty_attach()
454 if (sc->sc_flags & SABTTYF_CONS_OUT) { in sabtty_attach()
667 if (sc->sc_flags & (SABTTYF_CONS_IN | SABTTYF_CONS_OUT)) in sabttyopen()
736 if ((sc->sc_flags & (SABTTYF_CONS_IN | SABTTYF_CONS_OUT)) == 0) { in sabttyopen()
772 if ((sc->sc_flags & (SABTTYF_CONS_IN | SABTTYF_CONS_OUT)) == 0) { in sabttyclose()
[all …]