Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dtermios.h145 #define CCTS_OFLOW CRTSCTS /* XXX compat */ macro
/netbsd/sys/compat/ultrix/
H A Dultrix_ioctl.c218 r |= ((l & 0x80000000) ? (CRTS_IFLOW|CCTS_OFLOW) : 0); in stios2btios()
351 r |= ((l & (CRTS_IFLOW|CCTS_OFLOW)) ? 0x80000000 : 0); in btios2stios()
/netbsd/sys/compat/sunos/
H A Dsunos_ioctl.c200 r |= ((l & 0x80000000) ? (CRTS_IFLOW|CCTS_OFLOW) : 0); in stios2btios()
323 r |= ((l & (CRTS_IFLOW|CCTS_OFLOW)) ? 0x80000000 : 0); in btios2stios()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c236 r |= ((l & 0x80000000) ? (CRTS_IFLOW|CCTS_OFLOW) : 0); in stios2btios()
359 r |= ((l & (CRTS_IFLOW|CCTS_OFLOW)) ? 0x80000000 : 0); in btios2stios()
/netbsd/sys/arch/atari/dev/
H A Dzs.c706 if (cs->cs_ttyp->t_cflag & CCTS_OFLOW && in zssint()
1165 if ((cflag & CCTS_OFLOW) != 0 && in zsparam()
/netbsd/lib/libedit/
H A Dtty.c295 #ifdef CCTS_OFLOW
296 {"ccts_oflow", CCTS_OFLOW, MD_CTL},
/netbsd/sys/arch/sgimips/dev/
H A Dscn.c1114 tp->t_cflag |= CCTS_OFLOW | CRTS_IFLOW; in scnopen()
1788 if (cflag & CCTS_OFLOW) in scnparam()
/netbsd/sys/arch/hp300/dev/
H A Ddcm.c937 (tp->t_cflag & CCTS_OFLOW)) { in dcmmint()