Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtty_pts.c251 if (pty->pt_ttycommon.t_writeq == NULL) { in ptslopen()
252 pty->pt_ttycommon.t_iflag = 0; in ptslopen()
253 pty->pt_ttycommon.t_cflag = (B38400 << IBSHIFT)|B38400|IFLAGS; in ptslopen()
254 pty->pt_ttycommon.t_iocpending = NULL; in ptslopen()
256 pty->pt_ttycommon.t_size.ws_row = 0; in ptslopen()
257 pty->pt_ttycommon.t_size.ws_col = 0; in ptslopen()
258 pty->pt_ttycommon.t_size.ws_xpixel = 0; in ptslopen()
259 pty->pt_ttycommon.t_size.ws_ypixel = 0; in ptslopen()
260 } else if ((pty->pt_ttycommon.t_flags & TS_XCLUDE) && in ptslopen()
266 !(pty->pt_ttycommon.t_cflag & CLOCAL)) { in ptslopen()
[all …]
H A Dtty_pty.c266 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcopen()
293 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcclose()
388 if ((q = pty->pt_ttycommon.t_writeq) != NULL && in ptcread()
403 if ((q = pty->pt_ttycommon.t_writeq) == NULL) in ptcread()
428 q = pty->pt_ttycommon.t_writeq; in ptcread()
549 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()
664 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()
752 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
756 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
770 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dptyvar.h47 tty_common_t pt_ttycommon; /* data common to all tty drivers */ member