Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/dev/
H A Dsab.c97 #define SABTTYF_STOP 0x01 macro
530 (sc->sc_flags & SABTTYF_STOP) == 0) { in sabtty_intr()
552 if ((sc->sc_txc == 0) || (sc->sc_flags & SABTTYF_STOP)) { in sabtty_intr()
562 (sc->sc_flags & SABTTYF_STOP))) { in sabtty_intr()
565 sc->sc_flags &= ~SABTTYF_STOP; in sabtty_intr()
888 sc->sc_flags |= SABTTYF_STOP; in sabttystop()