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()292 if ((q = pty->pt_ttycommon.t_readq) != NULL) { in ptcclose()383 if ((q = pty->pt_ttycommon.t_writeq) != NULL && in ptcread()398 if ((q = pty->pt_ttycommon.t_writeq) == NULL) in ptcread()423 q = pty->pt_ttycommon.t_writeq; in ptcread()539 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()654 if ((q = pty->pt_ttycommon.t_readq) == NULL) { in ptcwrite()742 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()746 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()760 if ((q = pty->pt_ttycommon.t_readq) != NULL) in ptcioctl()[all …]
45 tty_common_t pt_ttycommon; /* data common to all tty drivers */ member