Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A D_termios.h144 #define CCAR_OFLOW 0x00100000 /* DCD flow control of output */ macro
145 #define MDMBUF CCAR_OFLOW /* old name for CCAR_OFLOW */
/dragonfly/sys/bus/u4b/serial/
H A Dubser.c352 (CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW)) != 0) in ubser_pre_param()