Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h213 #define TTY_BI 0x08000000 /* Break condition */ macro
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1732 recv_data |= TTY_BI; in sioinput()
/dragonfly/sys/kern/
H A Dtty.c438 if (ISSET(err, TTY_BI)) { in ttyinput()