Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h78 #define TIOCPKT_FLUSHREAD 0x01 /* flush data not yet written to controller */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dptyvar.h115 #define TIOCPKT_FLUSHREAD 0x01 /* flush data not yet written */ macro
/titanic_50/usr/src/uts/common/io/
H A Dtty_pts.c445 if (!(pty->pt_send & TIOCPKT_FLUSHREAD)) { in ptslwput()
446 pty->pt_send |= TIOCPKT_FLUSHREAD; in ptslwput()
832 if (!(pty->pt_send & TIOCPKT_FLUSHREAD)) { in ptslioctl()
833 pty->pt_send |= TIOCPKT_FLUSHREAD; in ptslioctl()