Searched refs:STTYF_STOP (Results 1 – 2 of 2) sorted by relevance
703 SET(sp->sp_flags, STTYF_STOP); in stty_stop()800 if (!ISSET(sp->sp_flags, STTYF_STOP)) { in spif_stcintr_tx()829 ISSET(sp->sp_flags, STTYF_STOP)) { in spif_stcintr_tx()832 CLR(sp->sp_flags, STTYF_STOP); in spif_stcintr_tx()
379 #define STTYF_STOP 0x20 /* stopped */ macro