Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtty_pts.c267 if (!(pty->pt_flags & PF_CARR_ON)) { in ptslopen()
307 if (pty->pt_flags & PF_CARR_ON) in ptslopen()
365 if (pty->pt_flags & PF_CARR_ON) { in ptslclose()
462 if (pty->pt_flags & PF_CARR_ON) { in ptslwput()
941 if (pty->pt_flags & PF_CARR_ON) { in pt_sendstop()
H A Dtty_pty.c256 if (pty->pt_flags & PF_CARR_ON) { in ptcopen()
274 pty->pt_flags |= PF_CARR_ON; in ptcopen()
/titanic_44/usr/src/uts/common/sys/
H A Dptyvar.h69 #define PF_CARR_ON 0x00000040 /* "carrier" is on (cntlr. is open) */ macro