Home
last modified time | relevance | path

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

/titanic_50/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.c267 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcopen()
294 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcclose()
389 if ((q = pty->pt_ttycommon.t_writeq) != NULL && in ptcread()
404 if ((q = pty->pt_ttycommon.t_writeq) == NULL) in ptcread()
429 q = pty->pt_ttycommon.t_writeq; in ptcread()
550 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()
665 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()
753 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
757 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
771 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dptyvar.h47 tty_common_t pt_ttycommon; /* data common to all tty drivers */ member