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

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtty_pts.c252 if (pty->pt_ttycommon.t_writeq == NULL) {
253 pty->pt_ttycommon.t_iflag = 0;
254 pty->pt_ttycommon.t_cflag = (B38400 << IBSHIFT)|B38400|IFLAGS;
255 pty->pt_ttycommon.t_iocpending = NULL;
257 pty->pt_ttycommon.t_size.ws_row = 0;
258 pty->pt_ttycommon.t_size.ws_col = 0;
259 pty->pt_ttycommon.t_size.ws_xpixel = 0;
260 pty->pt_ttycommon.t_size.ws_ypixel = 0;
261 } else if ((pty->pt_ttycommon.t_flags & TS_XCLUDE) &&
267 !(pty->pt_ttycommon
[all...]
H A Dtty_pty.c266 if ((q = pty->pt_ttycommon.t_readq) != NULL) {
293 if ((q = pty->pt_ttycommon.t_readq) != NULL) {
388 if ((q = pty->pt_ttycommon.t_writeq) != NULL &&
403 if ((q = pty->pt_ttycommon.t_writeq) == NULL)
428 q = pty->pt_ttycommon.t_writeq;
549 if ((q = pty->pt_ttycommon.t_readq) == NULL) {
664 if ((q = pty->pt_ttycommon.t_readq) == NULL) {
752 if ((q = pty->pt_ttycommon.t_readq) != NULL)
756 if ((q = pty->pt_ttycommon.t_readq) != NULL)
770 if ((q = pty->pt_ttycommon
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dptyvar.h47 tty_common_t pt_ttycommon; /* data common to all tty drivers */ member in struct:pty

Completed in 96 milliseconds