Searched refs:pt_ttycommon (Results 1 – 3 of 3) sorted by relevance
251 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 …]
266 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 …]
47 tty_common_t pt_ttycommon; /* data common to all tty drivers */ member